The Wayback Machine - https://web.archive.org/web/20210927104325/https://github.com/topics/transport-api
Skip to content
#

transport-api

Here are 35 public repositories matching this topic...

peci1
peci1 commented Jan 29, 2021

I'd expect that there can only be one "responser" for each advertised service. But that's not true.

Taking code from the examples:

$ ./responser_oneway &
[1] 10281
$ sleep 5 # to be sure the first responser gets properly advertised
$ ./responser_oneway &
[2] 10313

$ ign service -s /oneway -i
Service providers [Address, Request Message Type, Response Message Type]:
  tcp://172.1

Improve this page

Add a description, image, and links to the transport-api topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the transport-api topic, visit your repo's landing page and select "manage topics."

Learn more