quartiq / miniconf

Rust serialize/deserialize/access reflection for trees (no_std, no alloc)
MIT License
23 stars 2 forks source link

Cleaning up python client #101

Closed ryan-summers closed 1 year ago

ryan-summers commented 1 year ago

This PR fixes #94 by updating the python client to store UUID as the correlation data and use a static response topic.

This PR fixes #84 by updating the python API to be no-retain by default.

This PR fixes #57 by adding a timeout to the Python API.