From 96c9a55c48bd88bf21cbd436add94fc80d4e291e Mon Sep 17 00:00:00 2001 From: JKorf Date: Mon, 29 Apr 2024 15:33:09 +0200 Subject: [PATCH] Update index.html --- docs/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.html b/docs/index.html index 5e06472..e22e3b5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1086,6 +1086,8 @@ else

The client can be injected via dependency injection, or constructed manually. When constructing manually keep in mind that when the client is disposed all connections will get closed as well.

+
The socket client requires a continous connection to the server. The connection can be lost due to internet interuptions, or the server disconnecting the client. This is expected behaviour and the socket client will automatically reconnect when this happens.
+

Subscribing