Currently the communication is fully synchronous (request-reply).
In the future it would be nice to have a support for logging devices (request-reply-reply-reply...).
That would potentially require to change to synchronous queue to pass the data between the connection and controller layer as well as refactoring how the multi-line replies are currently handled.
Currently the communication is fully synchronous (request-reply).
In the future it would be nice to have a support for logging devices (request-reply-reply-reply...).
That would potentially require to change to synchronous queue to pass the data between the connection and controller layer as well as refactoring how the multi-line replies are currently handled.