-
-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add proper structured traces around internal mempool management + fix…
… initial race condition. For some reason, the first 'acquire' on a mempool is forever blocking until at least one change occurs in the mempool. The call to `MsgAcquire` is simply never answered. This is odd since the server implementation only performs a read on a `TVar` (which in principle can not be blocking).
- Loading branch information
Showing
5 changed files
with
182 additions
and
69 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
Oops, something went wrong.