You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: