Closed Arttii closed 7 years ago
Adding proper state transitions to transparently understand what state the driver is in at the moment.
https://github.com/wglass/zoonado/blob/master/zoonado/states.py
Come to think of it, there are a bunch of patterns, that could be stolen from zoonado, to make the code a bit cleaner, specifically the reconnect and discovery semantics.
Decided to close this and initiate a proper refactor of the code. Moved to #6
Adding proper state transitions to transparently understand what state the driver is in at the moment.
https://github.com/wglass/zoonado/blob/master/zoonado/states.py
Come to think of it, there are a bunch of patterns, that could be stolen from zoonado, to make the code a bit cleaner, specifically the reconnect and discovery semantics.