From 130ed40580e1842ae7ff19e71c0010e082789c80 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Mon, 21 Oct 2024 16:29:56 +0200 Subject: [PATCH] Comment --- CryptoExchange.Net/Interfaces/ISocketApiClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();