ipfs-examples / helia-examples

How to do most anything with your Helia node
https://verified-fetch.vercel.app
73 stars 61 forks source link

createHelia on Brave gives an endless stream of warnings #80

Closed BjrInt closed 1 year ago

BjrInt commented 1 year ago

When trying to create a node using createHelia() (without any additional parameters), I get a ton of the following warning, that are slowing down the execution of the app.

WebTransport session establishment failed. Too many pending WebTransport sessions (64) image

Environment:

As a quickfix, is there a way to not use the WebTransport API?

I also tested in Firefox and I don't get the error (afaik it does not support WebTransport yet)

BjrInt commented 1 year ago

(reopened on the main Helia repo https://github.com/ipfs/helia/issues/164 )