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
I'm seeing [warning] unhandled message %{"type" => "pong"} in the console. I wouldn't expect my client (Apollo Client) to be sending a pong message, but I guess it is? Would it make sense to add a handle_inbound clause to handle pong messages, and if so what should its return value be? I was thinking the following would be appropriate.
I'm seeing
[warning] unhandled message %{"type" => "pong"}
in the console. I wouldn't expect my client (Apollo Client) to be sending apong
message, but I guess it is? Would it make sense to add ahandle_inbound
clause to handlepong
messages, and if so what should its return value be? I was thinking the following would be appropriate.The text was updated successfully, but these errors were encountered: