question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ack-able message Microsoft.Azure.SignalR.Protocol.JoinGroupWithAckMessage waiting for ack timed out.

See original GitHub issue

Describe the bug

when adding a user to a group I get this error:

[2021-02-22 08:37:04Z WRN] Failed to send message null. System.TimeoutException: Ack-able message Microsoft.Azure.SignalR.Protocol.JoinGroupWithAckMessage waiting for ack timed out. at Microsoft.Azure.SignalR.ServiceConnectionContainerBase.WriteAckableMessageAsync(ServiceMessage serviceMessage, CancellationToken cancellationToken) at Microsoft.Azure.SignalR.MultiEndpointMessageWriter.<>c__DisplayClass8_0.<<WriteAckableMessageAsync>b__0>d.MoveNext() — End of stack trace from previous location — at Microsoft.Azure.SignalR.MultiEndpointMessageWriter.<>c__DisplayClass9_0.<<WriteMultiEndpointMessageAsync>b__2>d.MoveNext() — End of stack trace from previous location — at Microsoft.Azure.SignalR.MultiEndpointMessageWriter.WriteAckableMessageAsync(ServiceMessage serviceMessage, CancellationToken cancellationToken) at Microsoft.Azure.SignalR.ServiceLifetimeManagerBase1.WriteCoreAsync[T](T message, Func2 task)

To Reproduce

call await Groups.AddToGroupAsync(Context.ConnectionId, “groupid”, Context.ConnectionAborted); in OnConnectedAsync() in a hub. Occurs most of the time, but not always. Happens even with barely any server load.

Further technical details

Microsoft.Azure.SignalR 1.7.1 in .NET 5 (linux docker container)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
brechtvhbcommented, Oct 18, 2021

Follow up can be found in this thread: https://github.com/Azure/azure-signalr/issues/745 but still no solution I am aware of.

1reaction
robertlysoncommented, Nov 5, 2021

Happening to me as well. Don’t have reproduction but it’s showing up from time to time in our logs. .Net 5 with Microsoft.Azure.SignalR 1.12.0 installed. We are running Azure SignalR standard with 1 unit.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Azure SignalR Timeout Issues
I' having issues with Azure SignalR Service. ... TimeoutException: Server timeout (10000.00ms) elapsed without receiving a message from the ...
Read more >
Troubleshooting guide for Azure SignalR Service
This article provides troubleshooting guidance for some of the common issues that customers might encounter.
Read more >
ASP.NET SignalR application is not working in Azure cloud ...
This article provides information about troubleshooting issues where ASP.NET SignalR application is not working in Azure Cloud Service.
Read more >
Troubleshooting practice for Azure SignalR Service
Learn how to troubleshoot connectivity and message delivery issues.
Read more >
Performance guide for Azure SignalR Service
An overview of the performance and benchmark of Azure SignalR Service. Key metrics to consider when planning the capacity.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found