SignalR - Streaming behavior while reconnecting

Max 21 Reputation points
2021-04-12T12:13:19.593+00:00

Hello everyone,

I am trying to understand how the SignalR .NET client handles running streams and RPCs while being in reconnecting state. I couldn't find something in the docs helping me. Is there any information available?

The main question is if SignalR queues the messages and transmitts them when the reconnect is finished or will they get dropped?

Thanks in advance!

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,239 questions
{count} votes

Accepted answer
  1. Ryan Hill 25,471 Reputation points Microsoft Employee
    2021-04-14T17:03:32.667+00:00

    Hi @Max ,

    Thank you for the clarification. For client slide, .NET Core version doesn't buffer any messages and therefore are dropped. You'll have to resend any messages that were in transit once the connection is reestablished.

    Regards,
    Ryan


0 additional answers

Sort by: Most helpful