zeromq/clrzmq

Send timeouts not working

mctofu opened this issue · 0 comments

If a timeout is specified in ZMQSocket.Send and the message is not immediately sent then the method immediately returns instead of retrying until the timeout expires. The timeout extention methods are only checking the ZmqSocket.RecieveStatus flag but in the case of send the status is set on ZmqSocket.SendStatus instead.

It looks like Pull request #124 fixes this.