Skip to content

Instantly share code, notes, and snippets.

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