Angular 5 application freezes when opened in multiple tabs - chrome

752 Views Asked by At

We have built our application using angular 5. Application performance is good but with the below scenario, the application gets hung.

opening the application in one tab and duplicating the browser tab, will freeze the angular application running in the first tab until the angular application in the second tab is completely loaded.

The application have service calls and also we are using a browser cookie (JWT stored as cookie)

what may be the reason?

1

There are 1 best solutions below

0
On

In my app I had this problem due to making a connection to a SignalR backed on application start.