zeromq / netmq

A 100% native C# implementation of ZeroMQ for .NET
Other
2.94k stars 742 forks source link

how do i use socket option like ZMQ_CONNECT_TIMEOUT in NetMQ? #1044

Open LHwoo opened 1 year ago

LHwoo commented 1 year ago

I have problem in k8s I think that problem is TCP BlockHole. if I can set ConnectTime like ZMQ_Connect_TimeOut I have wondering how do i use. I can't find that in DealerSocket.Options ty