Simon Masinde

Results 2 issues of Simon Masinde

If I re-render(I'm using Gatsby built in react-router Link component) a page too fast e.g fast clicking; twice will drop the error 3 fast clicks will produce a blank white...

``` 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...