-------------
- Added support for `send_signalbus_messages` class method. This can
greatly improve performance by receiving acknowledges for a whole
batch of messages at once.
- Added `flushordered()` method, and `flushordered` CLI command. This
allows sending messages in predictable order, and when auto-flushing
is disabled -- the correct order is guaranteed.
- General code improvements.
- Improved documentation.