Skip to content

doc: make socket IPC examples more robust

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/docs into master

This commit aims to improve the documentation examples that send sockets over IPC channels. Specifically, pauseOnConnect is added to a server that inspects the socket before sending and a 'message' handler adds a check that the socket still exists.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc

R= @santigimeno

Merge request reports

Loading