mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-17 03:12:56 +00:00
wip
This commit is contained in:
@@ -72,7 +72,7 @@ namespace CryptoExchange.Net.Sockets
|
||||
/// <summary>
|
||||
/// The id of the socket
|
||||
/// </summary>
|
||||
public int SocketId => connection.Socket.Id;
|
||||
public int SocketId => connection.SocketId;
|
||||
|
||||
/// <summary>
|
||||
/// The id of the subscription
|
||||
@@ -103,9 +103,9 @@ namespace CryptoExchange.Net.Sockets
|
||||
/// Close the socket to cause a reconnect
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
internal Task ReconnectAsync()
|
||||
public Task ReconnectAsync()
|
||||
{
|
||||
return connection.Socket.CloseAsync();
|
||||
return connection.TriggerReconnectAsync();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user