Open Engimaz opened 1 year ago
I this is a problem with Websocket protocol not just this library
var webSocket2 = new WebSocket('http://localhost:9000/websocket-proxy');
VM335:1 Uncaught DOMException: Failed to construct 'WebSocket': The URL's scheme must be either 'ws' or 'wss'. 'http' is not allowed.
at <anonymous>:1:18
Strange. I can initiate a connection with http with a regular js websocket client.
It seems that he only supports WS or WSS but I use the Gateway service, I use the HTTP protocol, and he can forward my WebSocket requests, so how can I use such a good component.