Skip to content

Commit

Permalink
Update connections.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
Clonkk authored Nov 4, 2024
1 parent 6eb2f6e commit 696578e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zmq/connections.nim
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ proc close(c: var ZConnectionImpl, linger: int = 500) =
c.context.terminate()

proc close*(c: ZConnection, linger: int = 500) =
c[].close()
c[].close(linger)

# Send / Receive
# Send with ZSocket type
Expand Down

0 comments on commit 696578e

Please sign in to comment.