Why does an idle SignalR connection have 4-6 Mbps network load locally? [closed]

北城余情 提交于 2019-12-23 13:01:11

问题


My SignalR enabled app creates a high local network traffic, but only if running in Chrome and if the app hosted locally by IIS Express. The SignalR connection itself is idle. Nothing is transmitted through the connection.

If I start the app in FF/IE more or less no network activity is visible. As soon I start it in Chrome I have a constant network load of 5-6 Mbps. As soon I close the tab that runs the app the traffic is gone.

Connecting to the same app running remotely on the web server shows no special traffic. It shows up only local.

As well there is no process in the list that would explain or shows the high load. It looks like "virtual/stealth" bandwidth usage.

Noticed it using it SignalR 2.0.3. Just updated to 2.1.2. Nothing changed.

Anybody saw this already? Any idea how track it down or to fix?

EDIT

Looks like BrowserLink creates this issue. Disabled it from within Visual Studio and the network traffic is gone. Forgot to mention that I'm running the app from VS in the original post.

来源:https://stackoverflow.com/questions/27038851/why-does-an-idle-signalr-connection-have-4-6-mbps-network-load-locally

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!