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
Substrate-connect subscribes to chainHead_unstable_follow, then smoldot immediately sends back a response followed with tons of notifications, including a stop notification. Substrate-connect then resubscribes, and the cycle repeats.
Unfortunately the content of the notifications is truncated, so it's hard to know what happens exactly.
The text was updated successfully, but these errors were encountered:
Something I've noticed on substrate-connect:
Substrate-connect subscribes to
chainHead_unstable_follow
, then smoldot immediately sends back a response followed with tons of notifications, including astop
notification. Substrate-connect then resubscribes, and the cycle repeats.Unfortunately the content of the notifications is truncated, so it's hard to know what happens exactly.
The text was updated successfully, but these errors were encountered: