2.3 KiB
2.3 KiB
Changelog
All notable changes to this project will be documented in this file.
[0.1.0] - 2025-08-28
Bug Fixes
49f2d69connector.py: return empty bytestring if no data inreceive()
Features
5844d4bconnector.py: require ACK for HELLO message, retry if not received4496fc6connector.py: addreconnect()method to simplify reconnecting to server25f6ebbconnector.py: addsend_hello()method8c30c43connector.py: addConnectorclasseec14b9main.py: add__main__.py
Miscellaneous Tasks
eef39bcconnector.py: remove redundant hello send inrun()18e60ee.vscode/launch.json: add 'Debug client' preset52eb609initial commit
Refactor
432ef9econnector.py: change max retry_interval to more sensible 30 secs43e61e7connector.py: move time.sleep to the top ofConnector._loop()to avoid infinite immediate retrying if data empty