Sadhan

Results 2 issues of Sadhan

This is my sever code ``` socket.on('join', (data) => { console.log('socket join') console.log('USERID to join ------>>>>>>' + data) const userId = data; // Check if the user already exists in...

### What happened? I'm using node Js to trigger notifications using external Ids even though the notifications are getting triggered for all users. I'm facing issues when triggering device specific...

bug