| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | demos: fix async client | Kyle Schwarz | 2025-06-12 |
| | | | | | platform.h was removed with 7cdba96 | ||
| * | demos: raw and async demos should use nng_init | Garrett D'Amore | 2025-01-01 |
| | | |||
| * | socket: rename nng_close to nng_socket_close | Garrett D'Amore | 2024-12-31 |
| | | |||
| * | Enhance demo/async/ to allow async dial by client | Brian Carcich | 2024-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 | ||
| * | typo | zheng shuyuan | 2023-08-23 |
| | | | | change message to function name | ||
| * | Fix error checks | tromgy | 2020-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 Kravchenko | 2019-06-27 |
| | | | | | from being compiled on Windows. | ||
| * | Use contexts for new async demo. | Garrett D'Amore | 2018-04-12 |
