dotnet/aspnetcore

Add Java client transport fallback

Open

#14,172 opened on Sep 19, 2019

View on GitHub
 (2 comments) (1 reaction) (0 assignees)C# (37,933 stars) (10,653 forks)batch import
affected-mediumarea-signalrenhancementfeature-client-javahelp wantedseverity-minor

Description

We added the LongPolling transport to the Java client in https://github.com/aspnet/AspNetCore/pull/6856

But it currently doesn't do fallback, so the client either connects with the selected transport or it doesn't.

Contributor guide

Add Java client transport fallback · dotnet/aspnetcore#14172 | Good First Issue