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
We have a network of libp2p nodes. All of the nodes run on public IPs and a fixed port.
Sometimes some of the nodes throw this error and the connection between them gets disconnected.
The value of this.localGoAway being NormalTerminationsuggests that it's not an error with the muxer as this is a regular termination whilst dialling. It perhaps is a connection error, could you raise an issue on js-libp2p using our issue template so that we can get some more info please.
We have a network of libp2p nodes. All of the nodes run on public IPs and a fixed port.
Sometimes some of the nodes throw this error and the connection between them gets disconnected.
Each node is a Node.js process and it may sometimes restart.
The error throws here:
js-libp2p-yamux/src/muxer.ts
Line 172 in dc55dcf
and value of
this.localGoAway
isNormalTermination
.Is this an issue on yamux or libp2p?
The text was updated successfully, but these errors were encountered: