-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't maintain a solidified connection #6
Comments
Thanks, I will try to replicate this. |
I have not been able to replicate this, but thought of a solution to periodically reset the pcap capture session if it is not responding. I will try to implement it in a branch to see if I can cause a reinit of the pcap session that might alleviate it. |
This error just appears to be pcap being a bit noisy in its output to console.log, and doesn't actually reflect any broken functionality. I opened a PR in node_pcap (node-pcap/node_pcap#195) and once/if that gets merged then I'll submit a smaller PR for node-dash-button to silence pcap's output. |
Here is output of running an app consistently for a handful of minutes. My first though is that the server looses connectivity to the network due to WiFi issues or something and then it can't gracefully recover, you have to reboot the app to get it working again.
The text was updated successfully, but these errors were encountered: