I can't find any documentation telling me how to use PollTimeout in NetMQ. Can it be used to detect a send or receive timeout? In case it can, how?
You can TrySendFrame and TryReceiveFrame which accept TimeSpan as timeout.
However the stable release in nuget doesn't include them. So compile from master or use the latest pre version: