Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master drbitboy async demo client part 1 #1800

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

drbitboy
Copy link
Contributor

fixes #N/A

Very minor change to enable non-blocking dialing in the client of the async demo (/demo/async/).

Client's dial will wait for server to start, and reconnect, but recv and send are still synchronous.

This is a prelude to the development of an async client.

demo/async/client.c

- Enable client, on dial, to wait for server that has not yet started

demo/async/arun.sh

- Run async demo with arbitrary start order of server wrt clients
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant