This repository was archived by the owner on Mar 28, 2023. It is now read-only.
This repository was archived by the owner on Mar 28, 2023. It is now read-only.
Websocket connection to blockbook intermittently fails #1917
Open
Description
Dependency issue being tracked in OpenBazaar/multiwallet#105:
We have been getting reports of connectivity failures when sending new messages over our persistent websocket connection to our Blockbook instrastructure. The most used common case of failure is when adding new "watched addresses" (which is maintained on a per-connection basis). Aside from failure during new messages, there is not much other corelative behavior which is obviously triggering this disconnection.
This issue manifests as an error in the logs from the multiwallet indicating that the websocket has died and is reconnecting via
.
This issue is to ensure the dependent package is updated and the changeset is properly vendored in ob-go.