Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: zproxy still hangs on slow architectures
Solution: send with ZFRAME_DONTWAIT when expecting a send failure, as the pipe might not exist which means the send, without a timeout, will get stuck forever waiting for a pipe to appear.
- Loading branch information