koa-socket-2 icon indicating copy to clipboard operation
koa-socket-2 copied to clipboard

Cannot read property 'join' of undefined

Open smasinde opened this issue 4 years ago • 1 comments

io.on('connection', async (ctx: any, data: any) => {

    console.log(`client has connected...`);
    ctx.socket.join('some_room');
    console.log('ROOMS:::' + ctx.socket.rooms);
})

why? Everything else working...

smasinde avatar May 20 '20 12:05 smasinde

having the same issue, any idea what could cause it?

bamtheboozle avatar Mar 26 '21 11:03 bamtheboozle