-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disconnect from peer. #22
Comments
You can use |
@vyzo I think OP means exposing DISCONNECT from the daemon? |
I'm making client for |
Oh, ok. Yeah, we can expose that method through the API to allow peer disconnects. |
I think we can add it to the connection manager api, even though it is not technically part of the connection manager. |
I see here present
connect(peer, addresses)
and recently added featuretrim()
(which drops connections to all connected peers), but i don't see any ability to disconnect from particular peer. Is this feature is missing or not needed?The text was updated successfully, but these errors were encountered: