This commit is contained in:
Bastian Gruber 2023-05-21 14:39:02 +02:00
parent 15f64eb8c8
commit 4a5f98858b
No known key found for this signature in database
GPG key ID: BE9F8C772B188CBF

View file

@ -1,7 +1,9 @@
use crate::frame::ServerFrames;
use std::time::Duration;
use tokio::sync::mpsc;
use crate::frame::ServerFrames;
pub(crate) struct Heartbeat {
is_running: bool,
interval: Duration,