-
Alessio M authored
Problem: stack overflow on win64 #2876. Basically zmq::signaler_t::wait suffers from stack bloating the same way socket_poller was found to be bloated due to the large size of fd_set Solution: replace the fd_set in the routine with an instance of optimized_fd_set_t
9066e067