Files
meshcore_py/src/meshcore
Matthew Wolter 47f6df4797 G3: F01 — remove asyncio.Future wrap from TCP connect()
TCPConnection.connect() returned a resolved asyncio.Future wrapping
self.host instead of the plain string.  ConnectionManager put this
Future directly into the CONNECTED event payload, which crashed any
downstream serializer (e.g. HA recorder's sanitize_event_data) that
tried to walk the payload dict.  BLE and serial already return plain
strings.  Fix: delete the Future creation and return self.host
directly.

Refs: Forensics report finding F01
2026-04-11 19:45:55 -07:00
..
2025-09-07 12:28:26 -07:00
2026-03-07 21:05:00 -04:00
2026-03-07 17:42:41 -04:00
2026-03-18 17:31:17 -07:00