Guido Goldstein

Results 2 issues of Guido Goldstein

Hi! Discovered while working on #85. The socket struct does only allow for one listener per socket. IMHO this is against the ZeroMQ idea. Would classify that as a bug....

enhancement
help wanted

Hi! A new `connReaper` go routine is started on every call to Connect/Listen in `socket.go`. `connReaper` loops for the lifetime of the socket, so one instance is enough. I'd classify...

bug
help wanted