1
0
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:
Jan Korf
2019-05-13 15:39:42 +02:00
parent 0dedf687d5
commit 2382dbed2d
9 changed files with 363 additions and 13 deletions
+1 -1
View File
@@ -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
{