mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 09:26:14 -04:00
fix(socket.io): readd long polling
This commit is contained in:
parent
8b41eed8a6
commit
87d8b87855
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const connect = (etherpadBaseUrl, namespace = '/', options = {}) => {
|
|||
let socketOptions = {
|
||||
path: socketioUrl.pathname,
|
||||
upgrade: true,
|
||||
transports: ['websocket'],
|
||||
transports: ['polling', 'websocket'],
|
||||
};
|
||||
socketOptions = Object.assign(options, socketOptions);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue