Skip to content

Commit

Permalink
0
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Aug 10, 2023
1 parent abcf8e1 commit c7c6f78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +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)
pubSocket.setLinger(0)
}

after {
Expand Down

0 comments on commit c7c6f78

Please sign in to comment.