mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:13:29 +00:00
added loop breaker for Disconnected TCP socket
This commit is contained in:
@@ -57,6 +57,8 @@ impl TcpClient {
|
|||||||
"TAK Socket disconnected",
|
"TAK Socket disconnected",
|
||||||
e.to_string(),
|
e.to_string(),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
running = false;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
let _ = context.callback_null(
|
let _ = context.callback_null(
|
||||||
|
|||||||
Reference in New Issue
Block a user