summaryrefslogtreecommitdiff
path: root/demo/async/client.c
Commit message (Collapse)AuthorAge
* 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