{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":117157137,"defaultBranch":"asio-juce","name":"obs-asio","ownerLogin":"Andersama","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-01-11T21:43:43.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/25020235?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1716327583.0","currentOid":""},"activityList":{"items":[{"before":"ef995b7d5a6f149492b2806587b392ab3cd32af1","after":"a250623e56debca699d5c60e1d6ff676aaa1002e","ref":"refs/heads/asio-juce","pushedAt":"2024-05-21T22:42:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Andersama","name":"Alex Anderson","path":"/Andersama","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25020235?s=80&v=4"},"commit":{"message":"Update README.md\n\nUse github workflow status badge","shortMessageHtmlLink":"Update README.md"}},{"before":"38857dfc47c582246b48561ab803236b0097d952","after":"ef995b7d5a6f149492b2806587b392ab3cd32af1","ref":"refs/heads/asio-juce","pushedAt":"2024-05-21T21:13:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Andersama","name":"Alex Anderson","path":"/Andersama","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25020235?s=80&v=4"},"commit":{"message":"clang-format","shortMessageHtmlLink":"clang-format"}},{"before":"5cfae781aa89332afdfd3f53c2b67fda8490a2cd","after":"38857dfc47c582246b48561ab803236b0097d952","ref":"refs/heads/asio-juce","pushedAt":"2024-05-21T20:25:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Andersama","name":"Alex Anderson","path":"/Andersama","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25020235?s=80&v=4"},"commit":{"message":"Bump version to 3.2.1","shortMessageHtmlLink":"Bump version to 3.2.1"}},{"before":"84c4e37ba68233cce0b1dc5cf57ee0b08d4b43ab","after":"5cfae781aa89332afdfd3f53c2b67fda8490a2cd","ref":"refs/heads/asio-juce","pushedAt":"2024-05-21T20:19:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Andersama","name":"Alex Anderson","path":"/Andersama","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25020235?s=80&v=4"},"commit":{"message":"BUGFIX: single thread approach (#153)\n\n* BUGFIX: single thread approach\r\n\r\nA really old edit pkv made to switch from multithreading to single threading created a few bugs because each thread originally maintained it's own client list and each \"device\" assumed it had a unique thread.\r\n\r\nThis should be a quick and dirty fix where each device now maintains its own client list, a bit redundant given the one in the global thread.\r\n\r\nHopefully this also resolves #147, I'm assuming the crash was the result of the error handler originally stopping its own thread (the bug being now it stops the only thread).\r\n\r\n* Define _clients after struct definition\r\n\r\n* use _clients","shortMessageHtmlLink":"BUGFIX: single thread approach (#153)"}},{"before":"9504cb4e38c8939cef8a7727925c62bc69bc45e2","after":"162c9f15f9c57c3d380e81d7eca4b9db1f73b7fd","ref":"refs/heads/Andersama-singlethread-patch-1","pushedAt":"2024-05-21T20:17:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Andersama","name":"Alex Anderson","path":"/Andersama","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25020235?s=80&v=4"},"commit":{"message":"use _clients","shortMessageHtmlLink":"use _clients"}},{"before":"162c9f15f9c57c3d380e81d7eca4b9db1f73b7fd","after":"9504cb4e38c8939cef8a7727925c62bc69bc45e2","ref":"refs/heads/Andersama-singlethread-patch-1","pushedAt":"2024-05-21T20:08:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Andersama","name":"Alex Anderson","path":"/Andersama","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25020235?s=80&v=4"},"commit":{"message":"clang-format","shortMessageHtmlLink":"clang-format"}},{"before":"9fd25e792d3028bc53ba86e10dbcc186c67b7c0e","after":"162c9f15f9c57c3d380e81d7eca4b9db1f73b7fd","ref":"refs/heads/Andersama-singlethread-patch-1","pushedAt":"2024-05-21T19:52:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Andersama","name":"Alex Anderson","path":"/Andersama","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25020235?s=80&v=4"},"commit":{"message":"use _clients","shortMessageHtmlLink":"use _clients"}},{"before":"a3929c415d2bf78d7c88ea407952c05c4cc64fb7","after":"9fd25e792d3028bc53ba86e10dbcc186c67b7c0e","ref":"refs/heads/Andersama-singlethread-patch-1","pushedAt":"2024-05-21T13:43:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Andersama","name":"Alex Anderson","path":"/Andersama","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25020235?s=80&v=4"},"commit":{"message":"Define _clients after struct definition","shortMessageHtmlLink":"Define _clients after struct definition"}},{"before":null,"after":"a3929c415d2bf78d7c88ea407952c05c4cc64fb7","ref":"refs/heads/Andersama-singlethread-patch-1","pushedAt":"2024-05-21T13:35:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Andersama","name":"Alex Anderson","path":"/Andersama","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25020235?s=80&v=4"},"commit":{"message":"BUGFIX: single thread approach\n\nA really old edit pkv made to switch from multithreading to single threading created a few bugs because each thread originally maintained it's own client list and each \"device\" assumed it had a unique thread.\r\n\r\nThis should be a quick and dirty fix where each device now maintains its own client list, a bit redundant given the one in the global thread.\r\n\r\nHopefully this also resolves #147, I'm assuming the crash was the result of the error handler originally stopping its own thread (the bug being now it stops the only thread).","shortMessageHtmlLink":"BUGFIX: single thread approach"}},{"before":"91d81c495e4467188a45bff81cfc335c0190bae0","after":"84c4e37ba68233cce0b1dc5cf57ee0b08d4b43ab","ref":"refs/heads/asio-juce","pushedAt":"2024-05-20T22:26:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Andersama","name":"Alex Anderson","path":"/Andersama","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25020235?s=80&v=4"},"commit":{"message":"Update README.md\n\nAdd badges","shortMessageHtmlLink":"Update README.md"}},{"before":"5c44a0d89a923d88ca6dcf8c40016e891aeda76c","after":"91d81c495e4467188a45bff81cfc335c0190bae0","ref":"refs/heads/asio-juce","pushedAt":"2023-12-31T11:22:32.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"pkviet","name":"pkv","path":"/pkviet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9283407?s=80&v=4"},"commit":{"message":"Bump version to 3.2.0","shortMessageHtmlLink":"Bump version to 3.2.0"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUFgUhgA","startCursor":null,"endCursor":null}},"title":"Activity ยท Andersama/obs-asio"}