Skip to content

Commit

Permalink
Fix running task
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Sep 13, 2024
1 parent ad5e6e2 commit 09a2619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/qnx/ionotify_event_loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 09a2619

Please sign in to comment.