Closing a relay
#3430
Replies: 1 comment
-
The connection should be closed once it idles. Which behaviours are you composing? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Doing some of my testing with relays, I begun to notice a relay connection is not closing. If we want to close a connection to
A
circuit,Swarm::remove_listener
is used but recurring calls to the function with the same listener id would return true as if its not closing.It also looks like the relay is also still be reported by identify too.Is there a proper way to close (or stop listening) to the relay if say we want to use another one without holding reservation to an old relay, or if upnp ends up being used?EDIT: Ill check the debug logs and post them shortly
Beta Was this translation helpful? Give feedback.
All reactions