Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 389 Bytes

File metadata and controls

7 lines (5 loc) · 389 Bytes
hive-console-sdk patch

Stop cancellation from interrupting an active usage flush

The usage agent now observes cancellation while waiting for the next flush interval instead of checking only after the full interval has elapsed. Cancellation remains pending while an active flush completes, preventing a drained report batch from being lost when its send future is interrupted.