Merge pull request #2099 from thelounge/xpaw/wsengine

Change wsEngine to "ws"
This commit is contained in:
Pavel Djundik 2018-02-23 12:47:15 +02:00 committed by GitHub
commit 5bac385a75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,6 +141,7 @@ module.exports = function() {
}
const sockets = io(server, {
wsEngine: "ws",
serveClient: false,
transports: Helper.config.transports,
});