Crazy Behavior in SignalR on Azure Web App, works only for tabs in the same browser instance
0
About 3 days we are searching for a solution... local, in IIS Express, everything works fine... after the deploy on Azure Web App, we start facing SignalR going crazy... We have a WebJob that connects to a hub to send updates in real time... To validate connection problems, I get a return value from the function called in server, it is all getting there... so, the connections are being made successfuly... On my hub, after receive the value from the WebJob, i call a Javascript Function on my web app... every user logged in need to receive updates. But this function never trigger on Azure... Locally it is all working great. After that, we tried almost everything... If the request came from the same browser instance, the function were call successfuly. Check it out here: Open this link: http://uniqu...