Unable to send some notification from SignalR

Jun 20 2022 1:21 PM

We are using SignalR for a chat application with .net core 5.0 and getting some issue gradually. Some chats are not sending to other users and missed inbetween. SignalR has property to auto-connect the connection while we have also implemented custom functionality to check the current connected status and connecting if not connected. But still some chats are missed due to disconnection. Can anyone please help me out to fix this issue?