summaryrefslogtreecommitdiff
path: root/docs/reference/src/sock/nng_recv_aio.md
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-03-31 11:28:24 -0700
committerGarrett D'Amore <garrett@damore.org>2024-03-31 11:28:24 -0700
commit309583d7b4171cf6851d4ba89e07909642180015 (patch)
treebf64e74e9666038e71db0c7826fe706977627cd8 /docs/reference/src/sock/nng_recv_aio.md
parent1bcf60a65ee56054e638c0859da1fe2418160bc6 (diff)
downloadnng-mdbook.tar.gz
nng-mdbook.tar.bz2
nng-mdbook.zip
nng_send*mdbook
Diffstat (limited to 'docs/reference/src/sock/nng_recv_aio.md')
-rw-r--r--docs/reference/src/sock/nng_recv_aio.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/reference/src/sock/nng_recv_aio.md b/docs/reference/src/sock/nng_recv_aio.md
index 257ec691..8baeb2a4 100644
--- a/docs/reference/src/sock/nng_recv_aio.md
+++ b/docs/reference/src/sock/nng_recv_aio.md
@@ -38,12 +38,8 @@ but `nng_aio_result()` will be non-zero.
> [!NOTE]
> The semantics of what receiving a message means varies from protocol to
> protocol, so examination of the protocol documentation is encouraged.
-> For example, with [_PUB_][pub] socket the data is broadcast, so that
-> only peers who have a suitable subscription will be able to receive it.
-> Furthermore, some protocols may not support receiving (such as
-> _PUB_) or may require other conditions.
-> (For example, [_REQ_][req] sockets cannot normally receive data
-> until they have first sent a request.)
+> Furthermore, some protocols may not support receiving
+> or may require other conditions be met before receiving messages.
## ERRORS