From 0f744beb3def83a1045520f8ef01859f1157cf39 Mon Sep 17 00:00:00 2001 From: Rhishikesh Date: Thu, 23 May 2024 14:06:49 +0200 Subject: [PATCH] chore: Fix compilation error in actor mod (#96) --- src/next/actor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/next/actor.rs b/src/next/actor.rs index 4b4ee92..dfe924f 100644 --- a/src/next/actor.rs +++ b/src/next/actor.rs @@ -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,