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
I'm currently using follow through the nano api to listen on the changes feed of a cloudant database. I've noticed an issue where follow will kill itself with the following error
It seems that the issue is being caused because cloudant is sending a last_seq in a continuous change which follow incorrectly interprets as a dropped database.
last_seq can occur on cloudant timeouts. I propose that connection restart be attempted instead of throwing an error and killing the connection.
The text was updated successfully, but these errors were encountered:
I'm currently using follow through the nano api to listen on the changes feed of a cloudant database. I've noticed an issue where follow will kill itself with the following error
It seems that the issue is being caused because cloudant is sending a last_seq in a continuous change which follow incorrectly interprets as a dropped database.
last_seq can occur on cloudant timeouts. I propose that connection restart be attempted instead of throwing an error and killing the connection.
The text was updated successfully, but these errors were encountered: