Skip to content

Commit 2060dee

Browse files
committed
Update LLC summary
1 parent 6c1e3dd commit 2060dee

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Assets/Plugins/StreamChat/Core/LowLevelClient/StreamChatLowLevelClient.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@
4040
namespace StreamChat.Core.LowLevelClient
4141
{
4242
/// <summary>
43-
/// Stream Chat Client - maintains WebSockets connection, executes API calls and exposes Stream events to which you can subscribe.
44-
/// There should be only one instance of this client in your application.
43+
/// Stream Low-Level Chat Client - maintains WebSockets connection, executes API calls and exposes Stream events to which you can subscribe.
44+
/// There should be only one instance of this client in your application. This client does NOT maintain state.
45+
///
46+
/// Unless you have a good reason to use the low-level client, you should be using the stateful <see cref="IStreamChatClient"/> which maintain client state
4547
/// </summary>
4648
public class StreamChatLowLevelClient : IStreamChatLowLevelClient
4749
{

0 commit comments

Comments
 (0)