incoming property

  1. @override
Stream get incoming
override

Frames arriving from the far end, exactly as the socket delivers them — usually String, sometimes List<int>.

A single-subscription stream: the hub is the only listener.

Implementation

@override
Stream<dynamic> get incoming => _incoming.stream;