messages property

Ordered complete messages received from the peer.

The stream is single-subscription. Pausing its subscription is forwarded to the provider where that provider exposes a pausable stream. Cancelling the subscription stops receiving; it does not implicitly close the session, so the caller remains responsible for close.

Implementation

Stream<AlphaXWebSocketMessage> get messages;