pebbe / zmq4

A Go interface to ZeroMQ version 4
BSD 2-Clause "Simplified" License
1.17k stars 163 forks source link

Can multiple goroutines invoke methods on a zmq.Socket? #57

Closed qi7chen closed 9 years ago

qi7chen commented 9 years ago

Multiple goroutines may invoke methods on a net.TCPConn simultaneously, how about zmq.Socket?

pebbe commented 9 years ago

You can't do that. The documentation says so.