The CancellationTokenSource created within CancellationDisposable is not being disposed
Author: denis-kondratevCreated Oct 19, 2023Updated Oct 19, 2023
If a CancellationTokenSource is created by a CancellationDisposable, then upon disposing of the object, the source should also be disposed following the cancellation.
Source: neuecc/UniRx