From 09a261982870b3d8836b60dd98afb32c75b85f2d Mon Sep 17 00:00:00 2001 From: Igor Abdrakhimov Date: Fri, 13 Sep 2024 10:20:55 -0700 Subject: [PATCH] Fix running task --- source/qnx/ionotify_event_loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/qnx/ionotify_event_loop.c b/source/qnx/ionotify_event_loop.c index 665f07467..e9556f8da 100644 --- a/source/qnx/ionotify_event_loop.c +++ b/source/qnx/ionotify_event_loop.c @@ -559,7 +559,7 @@ static void s_update_io_result( AWS_LS_IO_EVENT_LOOP, "id=%p: Got EWOULDBLOCK for fd %d, rearming it", (void *)event_loop, handle->data.fd); /* We're on the event loop thread, just run the subscribing task. */ ionotify_event_data->events_subscribed = event_mask; - s_subscribe_task(NULL, ionotify_event_data, AWS_TASK_STATUS_CANCELED); + s_subscribe_task(NULL, ionotify_event_data, AWS_TASK_STATUS_RUN_READY); } /* Notify event loop of error condition. */