Skip to content

Version 0.8.2

Compare
Choose a tag to compare
@BinChengZhao BinChengZhao released this 12 Sep 10:16
· 57 commits to master since this release
a50a002

v0.8.2 New features:

1. Optimization logic: After task removal, the surviving task instance resources can be cancelled normally.

2. FIXED:
     When the `TimeoutTask` event fails to remove the handle, Ok(()) is returned by default.
     This causes the `TimeoutTask` event to be sent to the outside world by `status_report_sender`,Which is a buggy behavior.