mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-14 01:42:55 +00:00
Added orderbook base
This commit is contained in:
@@ -114,7 +114,7 @@ namespace CryptoExchange.Net
|
||||
tokenRegistration = cancellationToken.Register(
|
||||
state => ((TaskCompletionSource<bool>)state).TrySetCanceled(),
|
||||
tcs);
|
||||
return await tcs.Task;
|
||||
return await tcs.Task.ConfigureAwait(false);
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user