aspnetcore/test
Pawel Kadluczka cb9f44ddf6 Fixing WebSocketsTransport to handle exceptions correctly
Exceptions thrown when sending or receiving messages would leave the
WebSockets transport in a half-closed state when one of the loops is
closed but the other one is still running preventing from the
Connection.Closed event to be fired.

Fixes: #412
2017-05-26 07:58:44 -07:00
..
Common
Microsoft.AspNetCore.SignalR.Client.FunctionalTests
Microsoft.AspNetCore.SignalR.Client.Tests
Microsoft.AspNetCore.SignalR.Common.Tests
Microsoft.AspNetCore.SignalR.Microbenchmarks
Microsoft.AspNetCore.SignalR.Tests Fixing WebSocketsTransport to handle exceptions correctly 2017-05-26 07:58:44 -07:00
Microsoft.AspNetCore.Sockets.Common.Tests
Microsoft.AspNetCore.Sockets.Tests Add auth reference 2017-05-25 21:56:28 -07:00
Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest
Microsoft.Extensions.WebSockets.Internal.Tests
WebSocketsTestApp