aspnetcore/test
moozzyk 82f99a1424 Work around for a Firefox bug
Firefox won't fire EventSource open event until it receives some data. The workaround is to send an empty comment when starting ServerSentEvent transport.

Fixes: #352
2017-04-27 10:34:47 -07:00
..
Common
Microsoft.AspNetCore.SignalR.Client.FunctionalTests
Microsoft.AspNetCore.SignalR.Client.Tests more logging (#417) 2017-04-24 12:38:39 -07:00
Microsoft.AspNetCore.SignalR.Microbenchmarks
Microsoft.AspNetCore.SignalR.Tests prevent websocket deadlock (#419) 2017-04-25 15:18:47 -07:00
Microsoft.AspNetCore.Sockets.Common.Tests Work around for a Firefox bug 2017-04-27 10:34:47 -07:00
Microsoft.AspNetCore.Sockets.Tests Work around for a Firefox bug 2017-04-27 10:34:47 -07:00
Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest
Microsoft.Extensions.WebSockets.Internal.Tests
WebSocketsTestApp