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
Add cancellation token support to CompleteTaskOnCloseStream (#163)
This update enhances CompleteTaskOnCloseStream by incorporating an
optional CancellationTokenSource. The token ensures proper resource
management and cleanup by disposing of the source upon stream disposal.
This improves the handling of async operations with better cancellation
support.
0 commit comments