You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Assets/Plugins/StreamChat/Core/LowLevelClient/StreamChatLowLevelClient.cs
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,10 @@
40
40
namespaceStreamChat.Core.LowLevelClient
41
41
{
42
42
/// <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
0 commit comments