Skip to content

Commit

Permalink
Update libparsec/crates/client/src/event_bus.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Marcos Medrano <[email protected]>
  • Loading branch information
Max-7 and mmmarcos authored Oct 9, 2024
1 parent aaf9a42 commit 20a5114
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libparsec/crates/client/src/event_bus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,8 @@ impl_events!(
///
/// The SSE connection with the server has been lost.
Offline,
/// This event is fired by `Client::accept_tos` when the TOS acceptance has been
/// successful (hence it's most likely the server will now accept our next connection
/// attempt).
/// This event is fired by `Client::accept_tos` when the TOS have been accepted.
/// It's most likely the server will now accept the next connection attempt.
///
/// This event is used to signify to the connection monitor that it should try
/// to connect to the server without delay. This is needed since, when offline,
Expand Down

0 comments on commit 20a5114

Please sign in to comment.