diff options
| author | Garrett D'Amore <garrett@damore.org> | 2023-02-05 21:51:34 -0400 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2023-02-05 21:51:34 -0400 |
| commit | 4ce26ddf3f620c7ff511bda29268db2957816b26 (patch) | |
| tree | a7279fb2c850511e2cc16eb40ee22f24470671e6 /src/core | |
| parent | 20113dd7bdd6e625a7ef68da73af3269fe2f754a (diff) | |
| download | nng-4ce26ddf3f620c7ff511bda29268db2957816b26.tar.gz nng-4ce26ddf3f620c7ff511bda29268db2957816b26.tar.bz2 nng-4ce26ddf3f620c7ff511bda29268db2957816b26.zip | |
Revert "fixes 1543 (#1616)"
This reverts commit 8461c7207b440f5ba8c51b2236fcfa178f415a6f.
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/aio.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/aio.c b/src/core/aio.c index 1556a950..771cbc95 100644 --- a/src/core/aio.c +++ b/src/core/aio.c @@ -216,9 +216,6 @@ nni_aio_stop(nni_aio *aio) if (fn != NULL) { fn(aio, arg, NNG_ECANCELED); } - - // catch any tasks that have been prepped but not yet started. - nni_task_abort(&aio->a_task); nni_aio_wait(aio); } |
