mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-06-07 16:06:15 +00:00
Fix for not set exception handler
This commit is contained in:
parent
3e8871fc76
commit
a1ae8304cf
@ -148,7 +148,7 @@ namespace CryptoExchange.Net.Sockets
|
||||
|
||||
public void InvokeExceptionHandler(Exception e)
|
||||
{
|
||||
Exception(e);
|
||||
Exception?.Invoke(e);
|
||||
}
|
||||
|
||||
public async Task Close()
|
||||
|
Loading…
x
Reference in New Issue
Block a user