mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed wss error
This commit is contained in:
@@ -99,8 +99,6 @@ function startSingle(clustered) {
|
||||
|
||||
var socketIO = app.socketIO;
|
||||
|
||||
socketIO.listen(server);
|
||||
|
||||
if(clustered) {
|
||||
var redis = require('socket.io-redis');
|
||||
try {
|
||||
@@ -117,6 +115,8 @@ function startSingle(clustered) {
|
||||
|
||||
connection.resume();
|
||||
});
|
||||
} else {
|
||||
socketIO.listen(server);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user