Skip to content

Commit

Permalink
chore: Fix compilation error in actor mod (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhishikeshj authored May 23, 2024
1 parent f69eda2 commit 0f744be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/next/actor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ impl ConnectionActor {
_ = keep_alive => {
warning!(
"No messages received within keep-alive ({:?}s) from server. Closing the connection",
keep_alive_duration
self.keep_alive_duration
);
return Some(Next::Command(ConnectionCommand::Close(
4503,
Expand Down

0 comments on commit 0f744be

Please sign in to comment.