When multiple clients request same data is it possible for the interactive provider to send one m...

When multiple clients request same data is it possible for the interactive provider to send one message out rather than sending individual message for every stream

Best Answer

  • warat.boonyanit
    Answer ✓

    Hi @Kam.Anjorin

    The provider must write to each connected channel.

    However, when the clients connect through TREP, TREP will manage the clients and made only a single connection channel to the interactive provider. And as a result, when the interactive provider sends the message to TREP channel, TREP will fan-out the message to all clients.

    If the clients connect directly to the interactive, then the provider must write to their connected channel.

Answers