incoming property
Inbound frames decoded from the peer. A single-subscription stream; it closes when the connection closes.
Implementation
@override
Stream<OmnyShellFrame> get incoming => _incoming.stream;
Inbound frames decoded from the peer. A single-subscription stream; it closes when the connection closes.
@override
Stream<OmnyShellFrame> get incoming => _incoming.stream;