Stream<Uint8List> get ackStream { if (_ackStream == null) _ackStream = _ackStreamController.stream.asBroadcastStream(); return _ackStream!; }