good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit e7db1dbc authored by Martin Holst Swende's avatar Martin Holst Swende Committed by GitHub
Browse files

p2p/nodestate: fix deadlock during shutdown of les server (#21927)

This PR fixes a deadlock reported here: #21925

The cause is that many operations may be pending, but if the close happens, only one of them gets awoken and exits, the others remain waiting for a signal that never comes.
parent a1ddd9e1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment