Skip to content

Conversation

@vicancy
Copy link
Member

@vicancy vicancy commented Aug 13, 2024

Fix #2003

It is possible that the multiple MapHub calls the same hub, so that ack messages could be received by another instance of ServiceConnectionContainer

Use the ack handler singleton to allow ack message to be acked by another container instance

@vwxyzh
Copy link
Contributor

vwxyzh commented Aug 14, 2024

whats behavior of standalone signalr?

  • Two separated hubs with same methods?
  • One hub with two paths?

@vicancy
Copy link
Member Author

vicancy commented Aug 14, 2024

Self-host signalr shares the hub with 2 endpoints. We keep the same behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AddToGroupAsync throws a TimeoutException exception when MapHub is called twice for the same hub

2 participants