You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
don't know if you fixed this but I played around with the socket hook
i think your issue was this
return()=>{socket.off('connected');// socket.off('onMessage'); < Need to comment out these in other useEffect// socket.off('onConversation');// socket.off('onMessageDelete');};
don't know if you fixed this but I played around with the socket hook
i think your issue was this
The text was updated successfully, but these errors were encountered: