Skip to content

Commit

Permalink
chore: fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Nov 2, 2023
1 parent a73dc3d commit 8b72aae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ic-websocket-cdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -567,15 +567,12 @@ pub(crate) struct CanisterAckMessageContent {
pub last_incoming_sequence_num: u64,
}

/// Internal use only.
#[derive(CandidType, Debug, Deserialize, PartialEq, Eq)]
pub(crate) struct ClientKeepAliveMessageContent {
pub last_incoming_sequence_num: u64,
}

/// A service message sent by the CDK to the client or vice versa.
///
/// Internal use only.
#[derive(CandidType, Debug, Deserialize, PartialEq, Eq)]
pub(crate) enum WebsocketServiceMessageContent {
/// Message sent by the **canister** when a client opens a connection.
Expand Down

0 comments on commit 8b72aae

Please sign in to comment.