Closed gabeschine closed 3 years ago
recieveBroadcastStream() is a broadcast stream, but that breaks if you create it every time someone asks for the stream to listen to.
This change caches the stream itself in a static member variable and vends it when requested.
recieveBroadcastStream() is a broadcast stream, but that breaks if you create it every time someone asks for the stream to listen to.
This change caches the stream itself in a static member variable and vends it when requested.