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
May be the errors happen because of using the deprecated tokio_unblock_process_task_fn ?
warn(deprecated)]` on by default
warning: use of deprecated function `delay_timer::utils::functions::tokio_unblock_process_task_fn`
--> delicate-utils/src/consensus_message/task.rs:210:25
|
210 | move || tokio_unblock_process_task_fn(command.clone(), id as u64)
Describe the bug
When I manually trigger a task, it always reports an error.As shown in the following figure.
Screenshots
When I manually trigger a task, a stack overflow error is reported
An error will be reported when a task is triggered manually
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: