-
Notifications
You must be signed in to change notification settings - Fork 23
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
race #182
Comments
Hey! These problems are supposed to be fixed here: #179 (you can try to use the temporary repo with the fixes: https://github.com/xaionaro-go/goobs; it will be deleted if the fixed will be merged) |
I feel like with how many concurrency issues crop up despite several attempts of PRs in the past to remediate those issues, it's really tempting to just pass on the burden of handling concurrency to client applications like gorilla/websocket has done. I've never used this library extensively enough to bump into concurrency issues so I don't have a strong understanding of what's going on here, and without being able to reproduce it - it's difficult to provide a resolution unfortunately. Let me know if @xaionaro's fix helps. I've also merged in another of their PRs #180, but the stracktraces look different enough that I don't think it will help. |
I cut a new release with @xaionaro's latest fixes https://github.com/andreykaipov/goobs/releases/tag/v1.5.2. I hope it can help. |
i start reading from .IncomingEvents
The text was updated successfully, but these errors were encountered: