--Consider-- refactor to allow async support in the state module.
Closed this issue · 2 comments
gilesknap commented
see #6 (comment)
gilesknap commented
This is now a requirement as per update to #6 (comment)
gilesknap commented
This refactor should include simplifying state.py and adding more command types to commands.py to support this:
- GetChanges
- GetTable
- Raw -> It is not clear why the load function needed to be so convoluted - it could be possible to have command type that just sends lines without expecting a response so that - not sure if this is an improvement but have a think about this.