Skip to content

Commit 0cd929c

Browse files
committed
Remove duplicate heartbeat client creation
1 parent f890280 commit 0cd929c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -286,11 +286,6 @@ async fn handle_stream(
286286
.get_string_val()
287287
.unwrap();
288288
let mut central_data = data.lock().await;
289-
heartbeat::heartbeat(
290-
udid.clone(),
291-
ip_address.clone().parse().unwrap(),
292-
data.clone(),
293-
);
294289
central_data.add_network_device(
295290
udid,
296291
ip_address.parse().unwrap(),

0 commit comments

Comments
 (0)