mirror of
https://github.com/thelounge/thelounge
synced 2024-11-11 15:07:14 +00:00
Merge pull request #2099 from thelounge/xpaw/wsengine
Change wsEngine to "ws"
This commit is contained in:
commit
5bac385a75
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ module.exports = function() {
|
|||
}
|
||||
|
||||
const sockets = io(server, {
|
||||
wsEngine: "ws",
|
||||
serveClient: false,
|
||||
transports: Helper.config.transports,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue