mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2026-04-07 02:01:12 +00:00
Fix for test socket not working correctly with read/write socket connection lock
This commit is contained in:
parent
02b70398b3
commit
89a73747b0
@ -112,6 +112,8 @@ namespace CryptoExchange.Net.Testing.Implementations
|
|||||||
|
|
||||||
public async Task ReconnectAsync()
|
public async Task ReconnectAsync()
|
||||||
{
|
{
|
||||||
|
await Task.Delay(1).ConfigureAwait(false);
|
||||||
|
|
||||||
if (OnReconnecting != null)
|
if (OnReconnecting != null)
|
||||||
await OnReconnecting().ConfigureAwait(false);
|
await OnReconnecting().ConfigureAwait(false);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user