* 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 |
||
|---|---|---|
| .. | ||
| Common | ||
| Microsoft.AspNetCore.SignalR.Client.FunctionalTests | ||
| Microsoft.AspNetCore.SignalR.Client.Tests | ||
| Microsoft.AspNetCore.SignalR.Microbenchmarks | ||
| Microsoft.AspNetCore.SignalR.Tests | ||
| Microsoft.AspNetCore.Sockets.Common.Tests | ||
| Microsoft.AspNetCore.Sockets.Tests | ||
| Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest | ||
| Microsoft.Extensions.WebSockets.Internal.Tests | ||
| WebSocketsTestApp | ||