mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
fix(relay): heartbeats are sent to portal not the relay (#2070)
This commit is contained in:
@@ -532,7 +532,7 @@ where
|
||||
return Poll::Ready(Err(anyhow!("Init message is not a request")));
|
||||
}
|
||||
Some(Poll::Ready(Ok(Event::HeartbeatSent))) => {
|
||||
tracing::debug!("Heartbeat sent to relay");
|
||||
tracing::debug!("Heartbeat sent to portal");
|
||||
continue;
|
||||
}
|
||||
Some(Poll::Pending) | None => {}
|
||||
|
||||
Reference in New Issue
Block a user