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
feat: add methods to close reverse connections (#198)
* feat: add methods to close reverse connections
- add both `reverse_remove` and `reverse_remove_all` to remove a reverse
connection and remove all reverse connections respectively
* fix docstring(s)
* fix implementation
* add usage to README