Use socket io v4

This commit is contained in:
SamTV12345 2023-07-24 21:47:02 +02:00
parent eab18fae4b
commit b6eaba64d4
6 changed files with 9 additions and 9 deletions

View file

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