Constant external download traffic, v2.9.5 #234
-
Recently +updated from 2.6.5 to 2.9.5, and am noticing that when the CPAI dashboard is open there is constant external WAN network traffic, approx 250kbps download and 50kbps upload. Closing the dashboard and it goes away. Before I resort to a wireshark session, anyone know what this traffic is for and why it is necessary? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Hmm interesting. I'll have to take a look when I get home and see if this is happening on mine as well. Did you get a chance to fire up wireshark and take a look at what it's trying to accomplish? |
Beta Was this translation helpful? Give feedback.
-
Here's the setup for the polling of services: The dashboard constantly hits the server for logs, status etc (a TODO was to switch to Signal-R) and we also hit our github.io pages to check for new versions of the server, and new versions of modules (though this should be once an hour We also send UDP packets for the mesh processing. Try going to the mesh tab and turning off mesh processing. |
Beta Was this translation helpful? Give feedback.
-
Found the issue. The freq for checking downloadable modules was set as the same as the freq for checking live module status. Downloadable modules requires a check of the modules.json file on github,io, whereas module statuses is a local call to the server. I've fixed the code and pushed. v2.9.8 will have this correction |
Beta Was this translation helpful? Give feedback.
Found the issue. The freq for checking downloadable modules was set as the same as the freq for checking live module status. Downloadable modules requires a check of the modules.json file on github,io, whereas module statuses is a local call to the server.
I've fixed the code and pushed. v2.9.8 will have this correction