forked from 0xPolygon/polygon-edge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix blocking issue in runDial() (0xPolygon#259)
* Rename PeerEventTypes * Add comment to PeerEventType * Add comment to PeerEventType * Add PeerAddedToDialQueue * Fix TestPeerEvent_EmitAndSubscribe * Add runDial unit test * Fix wrong call in PeerAdded handler in routing table * Add constants for priority of dial queue * Fix TestPeerEvent_EmitAndSubscribe * Disable discover in TestPeerEvent_EmitAndSubscribe * Fix emitEvent * Fix TestRunDial
- Loading branch information
1 parent
a9ee5ed
commit 34cc105
Showing
5 changed files
with
165 additions
and
60 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
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
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
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
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