feat(utilities): WS block polling
This commit is contained in:
parent
28486977a6
commit
adbd4fa6e1
1 changed files with 3 additions and 1 deletions
|
|
@ -155,7 +155,9 @@ module.exports = {
|
|||
origin: "*",
|
||||
methods: ["GET", "POST", "PUT"]
|
||||
},
|
||||
path: '/ws-assist/socket'
|
||||
path: '/ws-assist/socket',
|
||||
transports: ['websocket'],
|
||||
// upgrade: false
|
||||
});
|
||||
io.attachApp(server);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue