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
Is this plugin capable of establish connections through websockets only?
If I set the socket.io sever as: transports: ['websocket'] I get a lot of logs saying:
engine intercepting request for path "/socket.io/" +34s
engine handling "GET" http request "/socket.io/?EIO=3&token=ABC&transport=polling" +0ms
engine unknown transport "polling" +0ms
Which platform(s) does your issue occur on?
Is this plugin capable of establish connections through websockets only?
If I set the socket.io sever as: transports: ['websocket'] I get a lot of logs saying:
engine intercepting request for path "/socket.io/" +34s
engine handling "GET" http request "/socket.io/?EIO=3&token=ABC&transport=polling" +0ms
engine unknown transport "polling" +0ms
Here is my code:
`socket:SocketIO
this.socket.connect();
It only works when I set the server to accept 'polling' and then it can´t upgrade to websockets...
The text was updated successfully, but these errors were encountered: