aboutsummaryrefslogtreecommitdiff
path: root/demo/async/client.c
Commit message (Collapse)AuthorAge
* demos: raw and async demos should use nng_initGarrett D'Amore2025-01-01
|
* socket: rename nng_close to nng_socket_closeGarrett D'Amore2024-12-31
|
* Enhance demo/async/ to allow async dial by clientBrian Carcich2024-12-31
| | | | | | | | | | 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
* typozheng shuyuan2023-08-23
| | | change message to function name
* Fix error checkstromgy2020-02-13
| | | | Most error codes in `nng_errno_enum` are positve values, so the existing error check would not catch something like `NNG_ECONNREFUSED`.
* Remove redundant <sys/time.h> include. It is not used but prevents demos ↵Evgeny Kravchenko2019-06-27
| | | | from being compiled on Windows.
* Use contexts for new async demo.Garrett D'Amore2018-04-12