Added
* New method of converting string to int for whole dict.
Improved
* Keep state in background does not block main flow
* data_received() of commands & events gets additional parameter: time when data was caught on connection
* Improvement parsing in command ls.
* Commands, events and callbacks data processing is done in separate thread to secure connection reads against blocking
them by commands/events/callbacks.