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
The library only works when you use transporting over websocket. By default the library send the connection request over http (long polling) and you can see it on the access log of the server but never switch to websocket.
We are using socket io version 2.0.4 on our server.
172.31.3.14 - - [20/Aug/2019:08:12:06 -0500] "GET /socket.io/?EIO=3&transport=polling&t=Mol9v3G&sid=c40FSVz-gs98xm1iAALE HTTP/1.1" 200 3 "http://stagingiris.1doc3.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "201.217.201.157"
The text was updated successfully, but these errors were encountered:
The library only works when you use transporting over websocket. By default the library send the connection request over http (long polling) and you can see it on the access log of the server but never switch to websocket.
We are using socket io version 2.0.4 on our server.
172.31.3.14 - - [20/Aug/2019:08:12:06 -0500] "GET /socket.io/?EIO=3&transport=polling&t=Mol9v3G&sid=c40FSVz-gs98xm1iAALE HTTP/1.1" 200 3 "http://stagingiris.1doc3.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "201.217.201.157"
The text was updated successfully, but these errors were encountered: