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
Seen during chain-sync when the connection was closed unexpectedly (perhaps due to a timeout). An immediate reconnect (perhaps reusing the same pointer var for the ouroboros.Connection object) may be involved.
panic: send on closed channel
goroutine 112 [running]:
github.com/blinklabs-io/gouroboros/protocol.(*Protocol).SendMessage(...)
/go/pkg/mod/github.com/blinklabs-io/gouroboros@v0.33.1/protocol/protocol.go:135
github.com/blinklabs-io/gouroboros/protocol/chainsync.(*Client).syncLoop(0xc0000aa400)
/go/pkg/mod/github.com/blinklabs-io/gouroboros@v0.33.1/protocol/chainsync/client.go:155 +0x8f
created by github.com/blinklabs-io/gouroboros/protocol/chainsync.(*Client).Sync
/go/pkg/mod/github.com/blinklabs-io/gouroboros@v0.33.1/protocol/chainsync/client.go:142 +0x21c
The text was updated successfully, but these errors were encountered:
Seen during chain-sync when the connection was closed unexpectedly (perhaps due to a timeout). An immediate reconnect (perhaps reusing the same pointer var for the
ouroboros.Connection
object) may be involved.The text was updated successfully, but these errors were encountered: