-
Notifications
You must be signed in to change notification settings - Fork 10
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
IPFS: Thread handling crashes with webRTC and fails without it #1
Comments
Note disabling WebRTP is one suggestion which does stop the crash, but means none of the examples involving lists will work. |
An update - still seeing this, all the examples are now setup to use HTTP to our content server as well as IPFS, and this is configurable. there are now numerous topics relating to it since plenty of people seeing it. Here's the index: |
This is confirmed to be working with IPFSv0.27 though it switches to a single-point-of failure websockets transport. Hopefully fixes to webrtc will solve that problem. |
If you've downloaded any of the examples you'll see they crash after about 5 mins on Chrome before being killed by the browser, and slowly grind Firefox and your whole machine to a halt!
This is a IPFS bug, something to do with how its implemented webRTP and is reported at ipfs/js-ipfs#942 and Firefox - crashes with excessive thread activity
Several workarounds have been suggested, but until we can find someone who understands what was proposed and how to implement it it will remain broken.
The text was updated successfully, but these errors were encountered: