Issue while catching signalR response
I am encountering an issue with handling SignalR responses in my application. The setup includes a React frontend and .NET services as the backend. The API calls are made using Kafka, which subscribes and consumes requests on one thread, while the responses are processed on another thread via SignalR.