Tidying other modules, fixing password and fx
This commit is contained in:
parent
03818873e7
commit
b0feff35d3
@ -13,7 +13,7 @@ module.exports = function(events, wsServer) {
|
||||
|
||||
logger.debug('>> new WS', wsServer);
|
||||
wsServer.on('connection', function connection(ws) {
|
||||
logger.debug('>> WS:', ws);
|
||||
console.log('>> WS:', ws);
|
||||
const location = url.parse(ws.upgradeReq.url, true);
|
||||
|
||||
logger.info('Creating event for this connection');
|
||||
|
Loading…
Reference in New Issue
Block a user