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
Check whether it is possible to "break" this blocking by calling unsubscribe() and if yes also allow the user to use this to cancel calls to next() that are stuck.
See this previous discussion: #635 (comment)
The text was updated successfully, but these errors were encountered:
Currently subscriptions are blocking in the sync case. See here:
substrate-api-client/src/rpc/jsonrpsee_client/subscription.rs
Lines 30 to 31 in 4d4f198
Check whether it is possible to "break" this blocking by calling
unsubscribe()
and if yes also allow the user to use this to cancel calls tonext()
that are stuck.See this previous discussion: #635 (comment)
The text was updated successfully, but these errors were encountered: