aspnetcore/src
David Fowler 8da2dddd49 Fix issue where multiple calls to dispose don't wait properly (#360)
* Fix issue where multiple calls to dispose don't wait properly
- DisposeAsync returned immediately to anyone but the first caller.
This means that it was possible to end the request before properly
waiting on the transport task which means writing after dispose was possible.
- Added a test
2017-04-03 15:25:45 -07:00
..
Microsoft.AspNetCore.SignalR Port ObjectMethodExecutor race fix 2017-03-27 09:19:08 -07:00
Microsoft.AspNetCore.SignalR.Client Bugfix issue #355: Don't handle Invocation when no InvocationHandler … (#356) 2017-03-31 09:44:57 -07:00
Microsoft.AspNetCore.SignalR.Common
Microsoft.AspNetCore.SignalR.Redis
Microsoft.AspNetCore.Sockets Fix issue where multiple calls to dispose don't wait properly (#360) 2017-04-03 15:25:45 -07:00
Microsoft.AspNetCore.Sockets.Client
Microsoft.AspNetCore.Sockets.Common Convert to netcoreapp2.0 (#338) 2017-03-25 09:37:39 -07:00
Microsoft.AspNetCore.WebSockets.Internal
Microsoft.Extensions.WebSockets.Internal Convert to netcoreapp2.0 (#338) 2017-03-25 09:37:39 -07:00