T9

Results 1 comments of T9

Set the transports explicitly to websockets when connecting from the client. As in: io(YOUR_SERVER_URL_HERE,{ transports: ['websocket'] }) The default is ['polling', 'websocket']