Skip to content

Commit

Permalink
tx-submission test: fixed a deadlock due to pipelining
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Jul 25, 2024
1 parent 6224068 commit bf43dc6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ txSubmissionSimulation maxUnacked outboundTxs

inboundMempool <- emptyMempool
outboundMempool <- newMempool outboundTxs
(outboundChannel, inboundChannel) <- createConnectedChannels
(outboundChannel, inboundChannel) <- createConnectedBufferedChannels
(fromIntegral maxUnacked)
outboundAsync <-
async $ runPeerWithLimits
(("OUTBOUND",) `contramap` verboseTracer)
Expand Down

0 comments on commit bf43dc6

Please sign in to comment.