Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SignalR.Client: Failed sending message, trying.. #61164

Closed
1 task done
daniel-bsci opened this issue Mar 26, 2025 · 2 comments
Closed
1 task done

SignalR.Client: Failed sending message, trying.. #61164

daniel-bsci opened this issue Mar 26, 2025 · 2 comments
Labels
area-signalr Includes: SignalR clients and servers

Comments

@daniel-bsci
Copy link

daniel-bsci commented Mar 26, 2025

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

Had a scenario where the client (using Microsoft.AspNetCore.SignalR.Client 8.0.0) was experiencing networking issues. HubConnection.State reported Connected but the message appeared to have not been sent (at least server did not receive it).
There was a cryptic warning message in the log:
"[WRN] Failed sending message, trying.."
What does this mean? Did it try once and gave up? Did it try multiple times? Been searching the web for more context around this message.

Expected Behavior

Message sent or error if no network.

Steps To Reproduce

Not easily reproducible

Exceptions (if any)

None

.NET Version

.net 8.0.0

Anything else?

No response

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-signalr Includes: SignalR clients and servers label Mar 26, 2025
@BrennanConroy
Copy link
Member

Failed sending message, trying

That message isn't from us. You should figure out where it's coming from.

@daniel-bsci
Copy link
Author

Ok thanks. I'll keep investigating.

@daniel-bsci daniel-bsci closed this as not planned Won't fix, can't repro, duplicate, stale Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-signalr Includes: SignalR clients and servers
Projects
None yet
Development

No branches or pull requests

2 participants