feat :migrate socket.io 2 -> 3

This commit is contained in:
hossein 2024-02-11 20:35:16 +03:30 committed by SamTV12345
parent 47f0113fd7
commit bed417780f
16 changed files with 203 additions and 104 deletions

View file

@ -527,7 +527,7 @@
/*
* Restrict socket.io transport methods
*/
"socketTransportProtocols" : ["xhr-polling", "jsonp-polling", "htmlfile"],
"socketTransportProtocols" : ["websocket", "polling"],
"socketIo": {
/*