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