mirror of https://github.com/lidarr/Lidarr
Maybe?
This commit is contained in:
parent
e0dd72328c
commit
fcb4f8fd58
|
@ -19,7 +19,7 @@ namespace Microsoft.AspNet.SignalR.Infrastructure
|
||||||
var callbackWrapper = new CancellationCallbackWrapper(callback, state);
|
var callbackWrapper = new CancellationCallbackWrapper(callback, state);
|
||||||
|
|
||||||
// Ensure delegate continues to use the C# Compiler static delegate caching optimization.
|
// Ensure delegate continues to use the C# Compiler static delegate caching optimization.
|
||||||
CancellationTokenRegistration registration = _tokenRegister(ref cancellationToken, s => InvokeCallback(s), callbackWrapper);
|
CancellationTokenRegistration registration = _tokenRegister(ref cancellationToken, InvokeCallback, callbackWrapper);
|
||||||
|
|
||||||
var disposeCancellationState = new DiposeCancellationState(callbackWrapper, registration);
|
var disposeCancellationState = new DiposeCancellationState(callbackWrapper, registration);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue