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
Hi there, I'm using the @absinthe/socket node package to talk to my subscriptions server side, but upon cleanup, (I'm not sure exactly how, I think its navigating away before requests are finished (or possibly evening starting)) its sending an unsubscribe request for the control channel without a subscription id, which crashes out because handle_in only handles "unsubscribe" for a specific connection id, despite the fact it could handle the socket cleanup without one.
Would you welcome a PR to fix this?
The text was updated successfully, but these errors were encountered:
GenServer terminating (FunctionClauseError): no function clause matching in Absinthe.Phoenix.Channel.handle_in/3 (Most recent call last)
File lib/absinthe/phoenix/channel.ex line 41 in Absinthe.Phoenix.Channel.handle_in/3 (absinthe_phoenix) args
Hi there, I'm using the
@absinthe/socket
node package to talk to my subscriptions server side, but upon cleanup, (I'm not sure exactly how, I think its navigating away before requests are finished (or possibly evening starting)) its sending an unsubscribe request for the control channel without a subscription id, which crashes out becausehandle_in
only handles"unsubscribe"
for a specific connection id, despite the fact it could handle the socket cleanup without one.Would you welcome a PR to fix this?
The text was updated successfully, but these errors were encountered: