Files
python/meshtastic
Stephen Thorne 07172f88f3 Give TCPInterface reconnect logic on write errors
* Moving to socket.sendall() is safer, as sendall will send the entire
   buffer, while send() would return the number of bytes sent and
   require being called multiple times if the buffer was full.
 * On exceptions: reconnect to the server.
 * On reconnection: make sure using a lock that there isn't a race
   between the readers and the writers triggering a reconnect.
2026-02-05 22:46:40 +01:00
..
2025-08-19 22:03:37 +02:00
2024-07-11 12:19:16 -07:00
2026-01-24 09:31:04 -07:00
2025-08-06 18:21:32 +02:00
2020-04-27 16:44:41 -07:00
2025-08-06 18:21:32 +02:00
2025-11-06 14:17:07 -07:00
2025-08-06 18:21:32 +02:00
2025-08-06 18:21:32 +02:00