Skip to content

Streaming IObservable<T> to specific client and not all connected clients. #2263

@sabinayakc

Description

@sabinayakc

Hello,

I would like to know if there's a way to Stream an IObservable to a specific client. The StockTickr example shows a way to Stream stocks but it is streaming for all connected clients. Can we stream different data depending on the connected client's request?

  public IObservable<Stock> StreamStocks()
  {
       return _stockTicker.StreamStocks();       
  }

StockTickr Example

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions