Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Signalr group keeps awaiting if client closes app. #97

Open
vinaykapoor opened this issue Feb 25, 2020 · 0 comments
Open

Signalr group keeps awaiting if client closes app. #97

vinaykapoor opened this issue Feb 25, 2020 · 0 comments

Comments

@vinaykapoor
Copy link

I have a signalr implementation of a server which allows users to connect to multiple groups. I am using the WPF .NET signalr client to connect and have noticed, very regularly, that if the client closes the application abruptly, with invoking disconnect, the server signalr group keeps waiting on rude send method. This can be replicated easily by creating a high throughout server using Groups and the call hangs on
await _hunContext.Clients.Group(groups).SendMsg(msg).
I will appreciate any help since I haven’t noticed any samples which utilizes groups.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant