command
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Feb 9, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
reqprep implements a request/reply example. node0 is a listening
rep socket, and node1 is a dialing req socket.
To use:
$ go build .
$ url=tcp://127.0.0.1:40899
$ ./reqrep node0 $url & node0=$! && sleep 1
$ ./reqrep node1 $url
$ kill $node0
Source Files
¶
Click to show internal directories.
Click to hide internal directories.