sendTo

suspend fun LimitedStream.sendTo(text: String, streamIds: Iterable<StreamId>)(source)

Convenience method to send a message to all clients with matching IDs.


suspend fun LimitedStream.sendTo(text: String, streamId: StreamId)(source)