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 May 11, 2022. It is now read-only.
I have a local node under the non-mappable NAT (node1) with EnableAutoRelay = "true". Also I have publicly available IPFS node(node2) that has EnableAutoNATService = "true".
I manually connect node1 with node2 but noticed that it drops after some time from the swarm list.
After digging into p2p communication between them I found out that in some cases error produced by DialBack (node2 -> node1) connection leads to disconnection of the original connection (node1 -> node2).
Here is the filtered debug log on the node2 side. 12D3KooWEMNAaLJqAuN1v7NNGUqqcy32UkZPw8HLE8LteVUCANG4 is the node1's peer ID:
This has to be accidental, the autonat service uses a background host object for dialbacks.
Maybe it just happened for the connection manager to drop the connection?
Version information: 0.4.19
Type:
Description:
I have a local node under the non-mappable NAT (node1) with
EnableAutoRelay = "true"
. Also I have publicly available IPFS node(node2) that hasEnableAutoNATService = "true"
.I manually connect node1 with node2 but noticed that it drops after some time from the swarm list.
After digging into p2p communication between them I found out that in some cases error produced by
DialBack
(node2 -> node1) connection leads to disconnection of the original connection (node1 -> node2).Here is the filtered debug log on the node2 side. 12D3KooWEMNAaLJqAuN1v7NNGUqqcy32UkZPw8HLE8LteVUCANG4 is the node1's peer ID:
Can you show me the right direction so I can help to solve this?
The text was updated successfully, but these errors were encountered: