Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
acarioni committed Dec 19, 2023
1 parent 5c22e5e commit c72557d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrapper/cs/classes/LightstreamerClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace com.lightstreamer.client
/// So, normally, a single instance of LightstreamerClient is needed. <br/>
/// However, multiple instances of LightstreamerClient can be used,
/// toward the same or multiple endpoints.
/// <p>
/// <p/>
/// You can listen to the events generated by a session by registering an event listener, such as <see cref="ClientListener"/> or <see cref="SubscriptionListener"/>.
/// These listeners allow you to handle various events, such as session creation, connection status, subscription updates, and server messages.
/// However, you should be aware that the event notifications are dispatched by a single thread, the so-called event thread.
Expand Down

0 comments on commit c72557d

Please sign in to comment.