-
Notifications
You must be signed in to change notification settings - Fork 3
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
Windows: Fix hanging issue during cleanup #4
Comments
It's hanging again under OSX... https://travis-ci.org/aisouard/node-webrtc/jobs/216071123 |
It comes from that line, https://github.com/aisouard/node-webrtc/blob/develop/src/globals.cc#L65 The current thread is set as the signaling one, but the signaling thread is used as the worker thread, I should pay more attention. Testing under Windows before pushing again. |
The issue is way more complicated, it seems that Node is not really happy with ref counted objects. |
Travis got stuck on that one, but it seems fixed. |
Appveyor is failing after running the tests, this is certainly due to the changes over there: eb9ea40
The text was updated successfully, but these errors were encountered: