gozmq
gozmq copied to clipboard
Go (golang) bindings for the 0mq (zmq, zeromq) C API
As mentioned in #78, current semantics of Recv are not sufficient for centain scenarios, e.g. you want to receive a pointer over PAIR and then copy the data, exactly as...
The simplest thing I managed to come up with is to simply remember the data still being used in a map in the Go part so that it's not GC'd....
This expands on ianoshen's fix for SetSockOptInt in 8377da20b60346498701f0ace03e378fe12d4b39.