Open ugovaretto opened 8 years ago
Report an error in case of tcp://<?>: uri when the socket is supposed to be bound to address through bind() and <?> is different from '*'.
E.g. ZMQ_REQ socket with URI = tcp://localhost:4444 must report an invalid socket/uri combination
Won't catch "ipc://" URIs though
Report an error in case of tcp://<?>: uri when the socket is supposed to be bound to address through bind() and <?> is different from '*'.
E.g. ZMQ_REQ socket with URI = tcp://localhost:4444 must report an invalid socket/uri combination