feat(utilities): WS-uWS removed force websocket
This commit is contained in:
parent
9568925b5a
commit
e9e6ddebf2
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ module.exports = {
|
|||
methods: ["GET", "POST", "PUT"]
|
||||
},
|
||||
path: '/socket',
|
||||
transports: ['websocket'],
|
||||
// transports: ['websocket'],
|
||||
// upgrade: false
|
||||
});
|
||||
io.attachApp(server);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue