-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NullReference #42
Comments
ty mahsaap |
Confirmed that this is indeed a bug. Apparently caused by the queue not being thread safe when adding/removing/checking the count. |
Glad to help. |
Are there any updates? And if so where I can read about them? |
I'm currently working on a bit of a restructure after the updates on the TwitchLib side, allowing us to split the dll's into separate sections, when testing I encountered a small bug in the WebSocket side of the client. Sadly, due to everyone being busy, it might take some time.. |
Was there any sort of fix for this? I noticed I'm getting the same issue and it seems to either break things, or cause issues until I restart the program. |
See TwitchLib/TwitchLib#432
The text was updated successfully, but these errors were encountered: