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
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Right now it's hard to debug disconnects in Substrate substreams because it's simply the substream getting dropped.
We should transmit a message right before closing the substream, indicating the reason why the substream is getting dropped.
The text was updated successfully, but these errors were encountered:
We're now using the PSM to determine whether we should be connected to a node, and the PSM is based purely on reputation values. Therefore the reason for disconnecting is always going to be either "you sent a bad message" (which should happen very rarely), or "your reputation is too low" (which isn't very helpful).
Right now it's hard to debug disconnects in Substrate substreams because it's simply the substream getting dropped.
We should transmit a message right before closing the substream, indicating the reason why the substream is getting dropped.
The text was updated successfully, but these errors were encountered: