mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-06-07 16:06:15 +00:00
Update SocketConnection.cs
This commit is contained in:
parent
536afa92da
commit
270ea06f24
@ -254,10 +254,12 @@ namespace CryptoExchange.Net.Sockets
|
|||||||
|
|
||||||
private void StartProcessingTask()
|
private void StartProcessingTask()
|
||||||
{
|
{
|
||||||
|
log.Write(LogLevel.Trace, "Starting processing task");
|
||||||
_socketProcessReconnectTask = Task.Run(async () =>
|
_socketProcessReconnectTask = Task.Run(async () =>
|
||||||
{
|
{
|
||||||
await _socket.ProcessAsync().ConfigureAwait(false);
|
await _socket.ProcessAsync().ConfigureAwait(false);
|
||||||
await ReconnectAsync().ConfigureAwait(false);
|
await ReconnectAsync().ConfigureAwait(false);
|
||||||
|
log.Write(LogLevel.Trace, "Processing task finished");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user