From 4ce26ddf3f620c7ff511bda29268db2957816b26 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 5 Feb 2023 21:51:34 -0400 Subject: Revert "fixes 1543 (#1616)" This reverts commit 8461c7207b440f5ba8c51b2236fcfa178f415a6f. --- src/core/aio.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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); } -- cgit v1.2.3-70-g09d2