dotnet/aspnetcore

Review Options for signalr C++ client

analogrelay opened this issue · 5 comments

Epic #5301

We need to review the options model for the SignalR C++ client. Especially around authentication (making sure we support a custom auth token) and providing implementations of our abstractions (http_client, websocket_client, etc.)

Another one to make sure we cover is "skip negotiation" (#21386)

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

  • Connection timeout, 5 seconds by default, times out http requests/negotiate
  • Consider adding scheduler settings, right now we spin up 5 threads

@BrennanConroy are these issues still relevant or are we tracking the client work separately?