Releases: nim-lang/nim-zmq
Releases · nim-lang/nim-zmq
v1.5.3
04 Nov 18:41
Compare
Sorry, something went wrong.
No results found
Fix linger parameter being unused
Fix generic overload in Nim 2.2.0
v1.5.2
28 May 19:59
Compare
Sorry, something went wrong.
No results found
Add API to log or echo EAGAIN error
Add -d:defaultFlagDontWait to change the default flag to receive / send proc to DONTWAIT instead of NOFLAGS
Add docstring about using non-blocking in asyncPoll context
Modified examples and test to use non-blocking function in asyncPoll
This shouldn't change anything for asyncReceive / asyncSend
v1.5.1
14 Apr 19:20
Compare
Sorry, something went wrong.
No results found
Added minimal Nim version (2.0)
v1.5.0
22 Dec 08:49
Compare
Sorry, something went wrong.
No results found
Use non-var =destroy for Nim 2.0
add =destroy for Poller structure
Split tryReceive / waitForReceive for non blocking receive and receive with a timeout
Added a demo_async in tests to check issue #36
v1.4.0
11 May 14:19
Compare
Sorry, something went wrong.
No results found
ZConnection uses ref syntax
=destroy hook now don't raise exception
v1.3.1
22 Mar 15:19
Compare
Sorry, something went wrong.
No results found
Fix a bug with AsyncZPoller with multiple connection caused by async + iterators usage
Update test to detect issue in this use case
v1.3.0
21 Mar 16:14
Compare
Sorry, something went wrong.
No results found
v1.2.1
22 Aug 21:54
Compare
Sorry, something went wrong.
No results found
v1.2.0
11 Aug 10:22
Compare
Sorry, something went wrong.
No results found
Merge pull request #28 from Clonkk/master
Async comment, proxy API