You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: