hylarana_transport

Function create_mix_receiver

Source
pub fn create_mix_receiver(
    id: String,
    options: TransportDescriptor,
) -> Result<Receiver<StreamReceiverAdapter>, Error>
Expand description

Creating a mixed channel is the opposite of separating channels, where the data from all channels is mixed together, and the data received from the receiver is mixed, and you need to process it yourself by data type.