Fix data race in PubSub (#4771)

This commit is contained in:
pajlada
2023-08-27 23:35:38 +02:00
committed by GitHub
parent 14731012ad
commit 4c942a2a42
2 changed files with 23 additions and 14 deletions
+1
View File
@@ -2,6 +2,7 @@
## Unversioned
- Bugfix: Fixed a data race when disconnecting from Twitch PubSub. (#4771)
- Dev: Fixed UTF16 encoding of `modes` file for the installer. (#4791)
- Dev: Temporarily disable High DPI scaling on Qt6 builds on Windows. (#4767)
- Dev: Tests now run on Ubuntu 22.04 instead of 20.04 to loosen C++ restrictions in tests. (#4774)