mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 08:01:02 -04:00
feat :migrate socket.io 2 -> 3
This commit is contained in:
parent
47f0113fd7
commit
bed417780f
16 changed files with 203 additions and 104 deletions
|
@ -527,7 +527,7 @@
|
|||
/*
|
||||
* Restrict socket.io transport methods
|
||||
*/
|
||||
"socketTransportProtocols" : ["xhr-polling", "jsonp-polling", "htmlfile"],
|
||||
"socketTransportProtocols" : ["websocket", "polling"],
|
||||
|
||||
"socketIo": {
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue