Releases: nim-lang/nim-zmq
Releases · nim-lang/nim-zmq
v1.5.3
- Fix linger parameter being unused
- Fix generic overload in Nim 2.2.0
v1.5.2
- 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
Added minimal Nim version (2.0)
v1.5.0
- 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
- ZConnection uses ref syntax
- =destroy hook now don't raise exception
v1.3.1
- Fix a bug with AsyncZPoller with multiple connection caused by async + iterators usage
- Update test to detect issue in this use case
v1.2.0
Merge pull request #28 from Clonkk/master
Async comment, proxy API