Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle Bandit exception when fetching peer data (#814)
As of bandit v1.5.7 during client disconnection it will raise "Unable to obtain transport_info: [reason]" everytime it tries to get the transport info. This commit tries to handle that exception by returning nil instead of bubbling the exception.
- Loading branch information