Skip to content

Instantly share code, notes, and snippets.

@Odonno
Created May 4, 2020 19:04
Show Gist options
  • Save Odonno/c81e34bbbf0ebacca9b54aa990000119 to your computer and use it in GitHub Desktop.
Save Odonno/c81e34bbbf0ebacca9b54aa990000119 to your computer and use it in GitHub Desktop.
ServerToClient.ToNewestValueStream.cs
public ChannelReader<Weather> RealtimeWeather()
{
return _realtimeValuesService.Observe()
.ToNewestValueStream(Context.ConnectionAborted);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment