Skip to content

Instantly share code, notes, and snippets.

@sergioprates
Created November 18, 2018 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergioprates/447247330b266e6a786ad68c5107cad6 to your computer and use it in GitHub Desktop.
Save sergioprates/447247330b266e6a786ad68c5107cad6 to your computer and use it in GitHub Desktop.
Criando uma API Streaming com .NET Core
private static ConcurrentBag<StreamWriter> _clients;
static ClienteController()
{
_clients = new ConcurrentBag<StreamWriter>();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment