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
According to README I need to pass "Server" to "socket.io": const io = require('socket.io')(server);
But how to pass allowEIO3 to enable communication with v2 clients too? socket.io documentation const io = require("socket.io")({ allowEIO3: true // false by default });
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
According to README I need to pass "Server" to "socket.io":
const io = require('socket.io')(server);
But how to pass allowEIO3 to enable communication with v2 clients too? socket.io documentation
const io = require("socket.io")({ allowEIO3: true // false by default });
Beta Was this translation helpful? Give feedback.
All reactions