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