Describe the bug
A clear and concise description of what the bug is.
The cancellation token is not passed to the GetCapabilitiesTask in DefaultHotReloadClient.GetUpdateCapabilitiesAsync. It prevents the caller to cancel the underlying task.
Link to code:
|
public override Task<ImmutableArray<string>> GetUpdateCapabilitiesAsync(CancellationToken cancellationToken) |