1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 08:22:53 +00:00

Fix for test socket not working correctly with read/write socket connection lock

This commit is contained in:
Jkorf
2026-02-24 13:15:08 +01:00
parent 02b70398b3
commit 89a73747b0
@@ -112,6 +112,8 @@ namespace CryptoExchange.Net.Testing.Implementations
public async Task ReconnectAsync()
{
await Task.Delay(1).ConfigureAwait(false);
if (OnReconnecting != null)
await OnReconnecting().ConfigureAwait(false);