Skip to content

Commit

Permalink
[TOREE-546] Mitigate ZeroMQSocketRunnableSpec hang (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 authored Aug 10, 2023
1 parent 61380e8 commit 7243d3e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class ZeroMQSocketRunnableSpec extends FunSpec with Matchers
mockSocketType = SocketType.RAW // mock[SocketType]
zmqContext = ZMQ.context(1)
pubSocket = zmqContext.socket(SocketType.PUB)
pubSocket.setLinger(0)
}

after {
Expand Down

0 comments on commit 7243d3e

Please sign in to comment.