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
constsocket=io("https://example.com",{transports: ["websocket","polling"]// use WebSocket first, if available});socket.on("connect_error",()=>{// revert to classic upgradesocket.io.opts.transports=["polling","websocket"];});
The text was updated successfully, but these errors were encountered:
phpsocket.io v1.1.13
socket.io-client v2.4.0 (Chrome 98.0.4758.102 64bit)
The following error occurred in the browser:
My Thoughts:
I think this judgment is not handled well.
src/Engine/Engine.php (commit 25243e320bf6b43f11b96974d1a54241dcd07bce)
Interim Solution:
@jichangfeng You can try:
The text was updated successfully, but these errors were encountered: