ReceivePortMod extension
Small utility modification to ReceivePort
- on
Methods
-
getBroadcastStream(
) → Stream -
wrapper around asBroadcastStream that prevents
StateError (Bad state: Stream has already been listened to.)
that occurs when asBroadcastStream is called more than once.