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