benoitc / couchbeam

Apache CouchDB client in Erlang
Other
242 stars 113 forks source link

couchbeam_changes_streams terminates when {since, now} and continuous mode #184

Closed kruegger closed 11 months ago

kruegger commented 5 years ago

When feedtype is continuous and since is now, the couchbeam_changes_stream child terminates prematurely if there is no new changes in the database. For the case of continuous and {since, new}, the "receive" timer should be indefinite.

kruegger commented 5 years ago

To pass the Travis CI, I also included the pull-request #178.