When i check network activity of my site in chrome developer tools i found that singalr/hubs script it taking long time to response. i have attached screenshot. is it normal or something wrong with implementation?
相关问题
- ASP.NET display progress bar during post back
- Server-side SignalR connection fails after signifi
- Can I use SignalR in my Winform c# app?
- signalR and large data transfer [closed]
- Why does an idle SignalR connection have 4-6 Mbps
This is very normal for Server Sent Events. Client opens one connection on server and they use this connection for communucation.
Check this article for detail.