zeromq / cppzmq

Header-only C++ binding for libzmq
http://www.zeromq.org
MIT License
1.94k stars 757 forks source link

zmq_recv zmq_send handle EINTR #533

Open lyzyung opened 2 years ago

lyzyung commented 2 years ago

An exception was raised when I used GperfTools because of EINTR error

gummif commented 2 years ago

I guess this would be a breaking change. Would a workaround catching this error in your code not work for you?

lyzyung commented 2 years ago

I can catch this exception, but I don’t want to catch it everywhere