You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: