Closed ghost closed 3 years ago
It results in this error if Sockets.io try and fails to make a websocket connection and then falls back to HTTP(S)
Disable fallback to http(s)
https://socket.io/docs/server-api/
transports | ['polling', 'websocket'] | transports to allow connections to
@brunolm Close once you've double checked.
Yes, it's configured here: https://github.com/filecoin-shipyard/browser-retrieval/blob/a884fa01ccbd652165440aa411a7bef1ba5c727e/src/shared/socket-client/SocketClient.ts#L107
It results in this error if Sockets.io try and fails to make a websocket connection and then falls back to HTTP(S)
Disable fallback to http(s)