-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When a node goes to sleep and manages to send a request to itself the request gets queued. Once it wakes up from the sleep it will try to process that request synchronous to own event loop and locks itself. Queued messages should be handled async to the event loop.
- Loading branch information
1 parent
8f533dd
commit 3b650c5
Showing
1 changed file
with
50 additions
and
4 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