Skip to content

Commit

Permalink
* SYNC [docs] nanonng docs sync
Browse files Browse the repository at this point in the history
Signed-off-by: wayne <[email protected]>
Signed-off-by: jaylin <[email protected]>
  • Loading branch information
JaylinYu committed Dec 28, 2023
1 parent aeb12f7 commit bcc61a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ The NanoSDK C client comprises four variant libraries, shared or static:

The API documentation is provided in Asciidoc format in the
`docs/man` subdirectory
The `docs/man/libnng.3.adoc#,libnng(3)` page is a good starting point.
The <<docs/man/nng.7.adoc#,nng(7)>> page provides a conceptual overview and links to
manuals for various patterns.
The <<docs/man/libnng.3.adoc#,libnng(3)>> page is a good starting point for the API reference.

In addition, many users would like to add self-defined behavior in the callback of online and offline. Therefore, we modified the callback method of connection and disconnection to allow users to perform blocking and waiting operations in the callback without affecting the MQTT connection & pradigm itself, so as to improve the flexibility of NanoSDK.
However, it should be noted that this will consume the number of threads inside the NanoSDK. If the taskq thread is exhausted, it will still affect the operation of the entire client. Please use it cautiously.
Expand Down
1 change: 0 additions & 1 deletion docs/man/nng_req.7.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ the clock does not tick at all.
+
This option is shared for all contexts on a socket, and is only available for the socket itself.


=== Protocol Headers

(((backtrace)))
Expand Down

0 comments on commit bcc61a0

Please sign in to comment.