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 recently tried to convert and existing working subscription, to a plain query. As expected, the subscription payload included an :id in case you want to unsubscribe. However leaving the :id in the payload and simply dispatching ::reg-graph/query instead of ::re-graph/subscribe, the :callback handler is never called and there is no indication of issues in the console. Checking the web socket messages in devtools network, showed the data was returning fine, just the handler is never called.
The text was updated successfully, but these errors were encountered:
I recently tried to convert and existing working subscription, to a plain query. As expected, the subscription payload included an
:id
in case you want to unsubscribe. However leaving the:id
in the payload and simply dispatching::reg-graph/query
instead of::re-graph/subscribe
, the :callback handler is never called and there is no indication of issues in the console. Checking the web socket messages in devtools network, showed the data was returning fine, just the handler is never called.The text was updated successfully, but these errors were encountered: