Frames arriving from the far end, exactly as the socket delivers them — usually String, sometimes List<int>.
List<int>
A single-subscription stream: the hub is the only listener.
@override Stream<dynamic> get incoming => _incoming.stream;