mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-18 03:43:00 +00:00
Added request timeout, some refactoring
This commit is contained in:
@@ -25,6 +25,8 @@ namespace CryptoExchange.Net.Sockets
|
||||
remove => subscription.ConnectionRestored -= value;
|
||||
}
|
||||
|
||||
public int Id => subscription.Socket.Id;
|
||||
|
||||
public UpdateSubscription(SocketSubscription sub)
|
||||
{
|
||||
subscription = sub;
|
||||
|
||||
Reference in New Issue
Block a user