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 has been archived by the owner on Apr 11, 2022. It is now read-only.
When remote node drops connection, api retries connection until it reconnects, at least in the browser, but from a pod, "something" happens and the connection is never recreated. Current workaround (read: hack) is to drop the socket entirely and create a new socket. Better solution would to persist the current blocknumber somewhere before and retry the connection until it works.
The text was updated successfully, but these errors were encountered:
When remote node drops connection, api retries connection until it reconnects, at least in the browser, but from a pod, "something" happens and the connection is never recreated. Current workaround (read: hack) is to drop the socket entirely and create a new socket. Better solution would to persist the current blocknumber somewhere before and retry the connection until it works.
The text was updated successfully, but these errors were encountered: