Skip to content

Commit

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

after {
Expand Down

0 comments on commit cde9d5f

Please sign in to comment.