Stream of incoming byte chunks. Each event is a chunk exactly as received from the OS read buffer (no re-chunking).
@override Stream<Uint8List> get incoming => _rxCtrl.stream;