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
if I send a message from server to my client like so: socket.emit('USER_MESSAGE', 'Logged in successfully')
the message gets not caught. But I can see the message in the WS-Debugger window.
I'm I wrong here? My understanding is, that the message should be caught.
I'm able to send messages via Login() mutation to the server.
I don't get a SOCKET_CONNECT neither. Is that a standard message and should be caught or is it a user message as well?
Let me know if you need further information.
Thx,
Sven
The text was updated successfully, but these errors were encountered:
Hi,
I have following mutations:
if I send a message from server to my client like so:
socket.emit('USER_MESSAGE', 'Logged in successfully')
the message gets not caught. But I can see the message in the WS-Debugger window.
I'm I wrong here? My understanding is, that the message should be caught.
I'm able to send messages via
Login()
mutation to the server.I don't get a
SOCKET_CONNECT
neither. Is that a standard message and should be caught or is it a user message as well?Let me know if you need further information.
Thx,
Sven
The text was updated successfully, but these errors were encountered: