When I manually trigger a task, it always reports an error
1024DB opened this issue · 2 comments
1024DB commented
makorne commented
makorne commented
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)
@BinChengZhao as the creator of delay-timer and delicate can know it as no one else.