-
Notifications
You must be signed in to change notification settings - Fork 447
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Not all code paths leading to the TCP connection closing were leading to message being sent to the api. The peer _reset function was refactored to split to create a peer._close() function which wrap the api call and FSM state machine change when calling proto.close(). All previous calls to proto._close() were then wrapped to this new call, which should resolve the issue reported in #1191.
- Loading branch information
1 parent
574b32f
commit 7d4dbd1
Showing
1 changed file
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters