Change wsEngine to "ws"
uWS causes major delays - https://github.com/socketio/socket.io/issues/3100
This commit is contained in:
parent
a24ab74c4c
commit
9c46bc5713
@ -141,6 +141,7 @@ module.exports = function() {
|
||||
}
|
||||
|
||||
const sockets = io(server, {
|
||||
wsEngine: "ws",
|
||||
serveClient: false,
|
||||
transports: Helper.config.transports,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user