Skip to content
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

Monitor Network Issues #806

Open
p3nt4 opened this issue Apr 6, 2017 · 1 comment
Open

Monitor Network Issues #806

p3nt4 opened this issue Apr 6, 2017 · 1 comment

Comments

@p3nt4
Copy link

p3nt4 commented Apr 6, 2017

Hey guys, I would like to know if there is a way to monitor network errors with deployd.

Context

I am developing an application that requires a lot of sync from the server and client.
I push changes using the dpd.item.post functions, I set up my callback as function(result, err) and process errors in that code.

Expected Behavior

I would like to get network errors in my callback function.

Actual Behavior

If the connection times out, the callback is never called.

@moorthi07
Copy link
Member

Have you tried chrome debug tool. It has complete network and performance analytics. You could also use this package https://www.npmjs.com/package/network-monitor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants