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
zmq.h includes winsock2.h which has the side-effect of defining FD_SETSIZE to be 64 for all programs that include zmq.h. This inclusion should be removed.