deafult namespace for sockets
This commit is contained in:
parent
b815a88149
commit
dcf176429e
1 changed files with 1 additions and 2 deletions
|
|
@ -253,9 +253,8 @@ module.exports = (
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
io.on('connection', socket => {
|
io.of('default').on('connection', socket => {
|
||||||
logger.info(`io.onconnection`)
|
logger.info(`io.onconnection`)
|
||||||
|
|
||||||
logger.info('socket.handshake', socket.handshake)
|
logger.info('socket.handshake', socket.handshake)
|
||||||
|
|
||||||
const isLNDSocket = !!socket.handshake.query.IS_LND_SOCKET
|
const isLNDSocket = !!socket.handshake.query.IS_LND_SOCKET
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue