Skip to content

Commit

Permalink
Make message in wrapped message pub
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsilver committed Jul 3, 2024
1 parent 7f6c557 commit 5ad722e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plane/src/typed_unix_socket/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub struct WrappedMessage<T> {
/// Optional ID for this message. If it is provided, this message belongs to a request/response pair
/// (either as the request or the response). If it is not provided, this message is an event.
id: Option<String>,
message: T,
pub message: T,
}

fn get_quick_backoff() -> ExponentialBackoff {
Expand Down

0 comments on commit 5ad722e

Please sign in to comment.