nim-lang / nim-zmq

Nim ZMQ wrapper
https://nim-lang.github.io/nim-zmq/zmq.html
MIT License
67 stars 17 forks source link

Fix AsyncZpoller using iterator in async context #35

Closed Clonkk closed 2 years ago

Clonkk commented 2 years ago

@Araq This is a small fix to the previous PR caused by iterators + async doing some non-intuitive stuff.

The test only had one connection and therefore didn't catch the bug, so I updated it.