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

uncomment the line in index.js #37

Open
electroBakuza opened this issue Nov 4, 2017 · 0 comments
Open

uncomment the line in index.js #37

electroBakuza opened this issue Nov 4, 2017 · 0 comments

Comments

@electroBakuza
Copy link

in index.js line below


this.zongji.on('error', function(err) {
//console.log("ZongJi error event", err);
});


the commented line should be uncommented.
1.With out it it does not capture the 'error' event.
2.Cause of 'No event notifications' #23 is also due to this because 'Error: Received packet in the wrong sequence' is not caught by this line causing further issues.
3. Because the 'error' event is bypassed without notification and actually is not made, so the
'var watcher = mysqlEventWatcher.add(arg,handler)' is not listening also that's why causing 'no event notification' bug.

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

No branches or pull requests

1 participant