MP starts again...
This commit is contained in:
+1
-1
@@ -190,7 +190,7 @@ cfgh.fetchConfig().then( async wssGatewayConfig => {
|
||||
console.log(`WS${wssGatewayConfig.server.unsecure ? '': 'S'} server created for ${wssGatewayConfig.server.listenHost}:${wssGatewayConfig.server.listenPort}`)
|
||||
})
|
||||
|
||||
startRedis(wssGatewayConfig).then((allRediscnx) => {
|
||||
startAllRedis(wssGatewayConfig).then((allRediscnx) => {
|
||||
const wssSrv = new wssServer(cfgh, WSSServer, allRediscnx, debug);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user