diff options
| author | gdamore <gdamore@users.noreply.github.com> | 2024-12-31 19:08:38 +0000 |
|---|---|---|
| committer | gdamore <gdamore@users.noreply.github.com> | 2024-12-31 19:08:38 +0000 |
| commit | 3bf8f87d860e0c54b6297cc5a8b5d5e790e53353 (patch) | |
| tree | af5a732afb336d4f7418f1bbc5e896b50e08c8f9 /ref/migrate/nng1.html | |
| parent | 3e3dd5ef9bec1db07bcb340691b58af9099446cd (diff) | |
| download | nng-3bf8f87d860e0c54b6297cc5a8b5d5e790e53353.tar.gz nng-3bf8f87d860e0c54b6297cc5a8b5d5e790e53353.tar.bz2 nng-3bf8f87d860e0c54b6297cc5a8b5d5e790e53353.zip | |
deploy: 04823b52c0b0cc251f2b927883a41100f7bb4a64
Diffstat (limited to 'ref/migrate/nng1.html')
| -rw-r--r-- | ref/migrate/nng1.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/migrate/nng1.html b/ref/migrate/nng1.html index 6257eb56..28065353 100644 --- a/ref/migrate/nng1.html +++ b/ref/migrate/nng1.html @@ -230,7 +230,7 @@ See the <a href="nanomsg.html">Migrating From libnanomsg</a> chapter for details <p>It is now required for applications to initialize the library explicitly before using it. This is done using the <a href="/api/init.html#initialization"><code>nng_init</code></a> function.</p> <h2 id="new-aio-error-code-nng_estopped"><a class="header" href="#new-aio-error-code-nng_estopped">New AIO Error Code NNG_ESTOPPED</a></h2> -<p>When an operation fails with [<code>NNG_ESTOPPED</code>], it means that the associated [<code>nni_aio</code>] object has +<p>When an operation fails with <a href="/api/errors.html#NNG_ESTOPPED"><code>NNG_ESTOPPED</code></a>, it means that the associated [<code>nni_aio</code>] object has been permanently stopped and must not be reused. Applications must watch for this error code, and not resubmit an operation that returns it. This is particularly important for callbacks that automatically resubmit operations. Failure to observe this rule will lead to an infinite loop |
