We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b41eed commit 87d8b87Copy full SHA for 87d8b87
src/static/js/socketio.ts
@@ -24,7 +24,7 @@ const connect = (etherpadBaseUrl, namespace = '/', options = {}) => {
24
let socketOptions = {
25
path: socketioUrl.pathname,
26
upgrade: true,
27
- transports: ['websocket'],
+ transports: ['polling', 'websocket'],
28
};
29
socketOptions = Object.assign(options, socketOptions);
30
0 commit comments