0

I am trying to build the project in this link : http://www.asp.net/signalr/overview/getting-started/tutorial-getting-started-with-signalr

It works as expected in Chrome, but in Firefox there is a problem.
If I open more than three tabs of Firefox, signalR stops working and will work only for the first three tabs.

Is this a really problem ?

Shashank Shekhar
  • 3,958
  • 2
  • 40
  • 52
Ahmed Shamel
  • 1,982
  • 3
  • 24
  • 58
  • It might be because chrome every tab is a separate process where as in firefox all tabs and windows run under the same process. It could be max threads per process issue – Shashank Shekhar Jan 07 '15 at 15:54
  • This is probably this: http://stackoverflow.com/questions/985431/max-parallel-http-connections-in-a-browser – Pawel Jan 07 '15 at 18:15

0 Answers0