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!

Developer technologies | ASP.NET | Other
{count} votes

Answer accepted by question author
  1. Ryan Hill 30,326 Reputation points Microsoft Employee Moderator
    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

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.