zmq4
zmq4 copied to clipboard
New connReaper go routine started on every Connect/Listen
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 that as a bug.
Cheers Guido
you're right.