aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler 48d97bf271 Turned Stream into StreamAsync (#902)
* Turned Stream into StreamAsync
- Before we were fire and forgetting the invocation that initiated
the streaming, this changes that so that the caller now has to await
to get the channel.

#899
2017-09-18 16:44:18 -07:00
..
HubConnectionTests.cs Turned Stream into StreamAsync (#902) 2017-09-18 16:44:18 -07:00
Hubs.cs Initializing HubOptions.JsonSerializationSettings to default settings 2017-09-07 09:51:20 -07:00
Microsoft.AspNetCore.SignalR.Client.FunctionalTests.csproj Adding Microsoft.AspNetCore.SignalR.Client 2017-08-31 10:10:02 -07:00
Startup.cs