reqrep

command
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 23, 2018 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL