Don't hold the `NetworkGraph` read lock across an await point
authorMatt Corallo <git@bluematt.me>
Sun, 16 Jul 2023 03:20:52 +0000 (03:20 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 16 Jul 2023 05:58:32 +0000 (05:58 +0000)
Holding the `NetworkGraph` read lock across a query await point
can cause a deadlock if another task tries to handle a gossip
message at the same time.


No differences found