79678457

Date: 2025-06-25 04:13:13
Score: 3
Natty:
Report link

FYI: I have the same problem and I fixed it this way. On Reconnected event I re-register my "hubConnection.On<string>". This alone wasn't enough. I also then had to call my "await hubConnection.InvokeAsync("JoinUserGroup"," again. So on Reconnected event:

  1. Re-register the event where you receive messages

  2. Join the group again

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Whitelisted phrase (-2): I fixed
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Low reputation (1):
Posted by: Bob