diff --git a/CryptoExchange.Net/Interfaces/ISocketApiClient.cs b/CryptoExchange.Net/Interfaces/ISocketApiClient.cs index 0a0a751..4c95c4b 100644 --- a/CryptoExchange.Net/Interfaces/ISocketApiClient.cs +++ b/CryptoExchange.Net/Interfaces/ISocketApiClient.cs @@ -62,7 +62,7 @@ namespace CryptoExchange.Net.Interfaces Task UnsubscribeAsync(UpdateSubscription subscription); /// - /// Prepare connections which can subsequently be used for sending websocket requests. + /// Prepare connections which can subsequently be used for sending websocket requests. Note that this is not required. If not prepared it will be initialized at the first websocket request. /// /// Task PrepareConnectionsAsync();