I have used SignalR in my application for refreshing some portions based on Server broadcast from Hub.
But here I am getting some problem that on every 5 mins of interval Client pings for connection.
That causes data disappearence. I dont want to use this SignalR Ping, because i am already broadcasting on server side to all clients using code::
Clients.All.BroadcastNewsCount(ValidNewsCount, SelectedCompany, TypeOfOperation);
Below is the screen shot of the Ping::

 
     
    