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

Replaced Queue with ConcurrentQueue. #58

Closed DenchiSoft closed 3 years ago

DenchiSoft commented 3 years ago

This seems to solve the concurrency issues reported in https://github.com/TwitchLib/TwitchLib.Unity/issues/42

DenchiSoft commented 3 years ago

Looks good to me. Definitely a bit cleaner.