You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ASYNC_CHECK_EXCEPTION(async_task_scheduler_get()->flags&ASYNC_TASK_SCHEDULER_FLAG_DISPOSED, async_socket_exception_ce, "Task scheduler has been disposed");
336
+
ASYNC_CHECK_EXCEPTION(async_task_scheduler_get()->flags&ASYNC_TASK_SCHEDULER_FLAG_ERROR, async_socket_exception_ce, "Task scheduler was stopped due to an error");
ASYNC_CHECK_EXCEPTION(async_task_scheduler_get()->flags&ASYNC_TASK_SCHEDULER_FLAG_DISPOSED, async_socket_exception_ce, "Task scheduler has been disposed");
310
+
ASYNC_CHECK_EXCEPTION(async_task_scheduler_get()->flags&ASYNC_TASK_SCHEDULER_FLAG_ERROR, async_socket_exception_ce, "Task scheduler was stopped due to an error");
0 commit comments