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
I noticed that if i try to open/close ZeroMQ socket too frequently then it leads to zmq::error_t: Too many open files error. Why this happening and how can i fix this?
I do understand that i can increase upper limit of available sockets but this does not sounds like good solution to me because its only delay the error. After all: i do deallocate resources so why i am getting this error in the first place?
Sample code to reproduce (i tested this on v4.2.4 on Mac):