Skip to content

Commit

Permalink
don't export alive field
Browse files Browse the repository at this point in the history
  • Loading branch information
Clonkk authored Dec 15, 2023
1 parent 949f952 commit 0c1906c
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 @@ -16,7 +16,7 @@ type
context*: ZContext ## Zmq context. Can be 'owned' by another connection (useful for inproc protocol).
socket*: ZSocket ## Embedded socket.
ownctx: bool ## Boolean indicating if the connection owns the Zmq context
alive*: bool ## Boolean indicating if the connection has been closed
alive: bool ## Boolean indicating if the connection has been closed
sockaddr: string ## Address of the embedded socket

ZConnection * = ref ZConnectionImpl
Expand Down

0 comments on commit 0c1906c

Please sign in to comment.