dotnet/aspnetcore

Add Java client transport fallback

Open

#14.172 aberto em 19 de set. de 2019

Ver no GitHub
 (2 comments) (1 reaction) (0 assignees)C# (10.653 forks)batch import
affected-mediumarea-signalrenhancementfeature-client-javahelp wantedseverity-minor

Métricas do repositório

Stars
 (37.933 stars)
Métricas de merge de PR
 (Mesclagem média 16d 9h) (258 fundiu PRs em 30d)

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.

Guia do colaborador