We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1ea7c commit 4ad0a9eCopy full SHA for 4ad0a9e
draft/zmq4.go
@@ -1007,7 +1007,7 @@ func (soc *Socket) Bind(endpoint string) error {
1007
/*
1008
Stop accepting connections on a socket.
1009
1010
-For a description of endpoint, see: http://api.zeromq.org/4-1:zmq-bind#toc2
+For a description of endpoint, see: http://api.zeromq.org/4-1:zmq-unbind#toc2
1011
*/
1012
func (soc *Socket) Unbind(endpoint string) error {
1013
if !soc.opened {
0 commit comments