
The highest tagged major version is
v3.
command
Version:
v2.0.0+incompatible
Opens a new window with list of versions in this module.
Published: Nov 2, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 7
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.