dotnet/aspnetcore

Add Java client transport fallback

Open

#14,172 创建于 2019年9月19日

在 GitHub 查看
 (2 评论) (1 反应) (0 负责人)C# (10,653 fork)batch import
affected-mediumarea-signalrenhancementfeature-client-javahelp wantedseverity-minor

仓库指标

Star
 (37,933 star)
PR 合并指标
 (平均合并 16天 9小时) (30 天内合并 258 个 PR)

描述

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.

贡献者指南