TwitchLib / TwitchLib.Unity

TwitchLib repository representing all code belonging to the implementation of TwitchLib for Unity. Maintained primarily by LuckyNoS7evin.
164 stars 33 forks source link

NullReference #42

Open Mahsaap opened 5 years ago

Mahsaap commented 5 years ago

See https://github.com/TwitchLib/TwitchLib/issues/432

Z-Doctor commented 5 years ago

ty mahsaap

RRickkert commented 5 years ago

Confirmed that this is indeed a bug. Apparently caused by the queue not being thread safe when adding/removing/checking the count. Fix is W.I.P. thank you for reporting this issue @Z-Doctor

Z-Doctor commented 5 years ago

Glad to help.

Z-Doctor commented 5 years ago

Are there any updates? And if so where I can read about them?

RRickkert commented 5 years ago

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..

Kreyg commented 5 years ago

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.