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

Added reset to base socket to create a new socket when trying to reconnect

This commit is contained in:
JKorf
2018-12-17 11:08:03 +01:00
parent d7600b5495
commit 56da39b595
4 changed files with 13 additions and 0 deletions
@@ -58,6 +58,10 @@ namespace CryptoExchange.Net.UnitTests.TestImplementations
throw new Exception("Socket not connected");
}
public void Reset()
{
}
public Task Close()
{
Connected = false;