Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[net:poll] Add log line when the reactor wakes up without commands (#136
) This commit removes the debug assert since it occurs a few times. Therefore, the debug assert is replaced with a warning log line, allowing us to track the frequency of this occurrence. Signed-off-by: Vincenzo Palazzo <[email protected]>
- Loading branch information
29bdf44
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I been running into this while using:
https://crates.io/crates/nakamoto-net-poll
https://docs.rs/nakamoto-net-poll/0.4.0/src/nakamoto_net_poll/reactor.rs.html#258
i made a reproduction while trying to make a UI in tauri:
https://github.com/samrock5000/nakamoto-ui
It seems if you queu up commands before the node is fully initialized the assertion hits.