mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-20 21:02:55 +00:00
Prevent reconnect spamming when invalid checksum
This commit is contained in:
@@ -7,6 +7,9 @@ namespace CryptoExchange.Net.Sockets
|
||||
/// </summary>
|
||||
public class SocketSubscription
|
||||
{
|
||||
/// <summary>
|
||||
/// Subscription id
|
||||
/// </summary>
|
||||
public int Id { get; }
|
||||
/// <summary>
|
||||
/// Exception event
|
||||
|
||||
Reference in New Issue
Block a user