nim-lang / nim-zmq

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

Receive should handle EAGAIN gracefully #5

Closed dom96 closed 3 years ago

dom96 commented 9 years ago

The receive proc should have a custom error for EAGAIN or at least should capture errno.

Clonkk commented 3 years ago

Closing with #28 EAGAIN can now be handled by tryReceive and will not raise an exception in receive