benoitc / couchbeam

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

couchbeam_view_stream:do_init_stream #155

Closed lazedo closed 7 years ago

lazedo commented 7 years ago

changes how do_init_stream works by not exiting and always return a result.

when the initial request takes some time to get the response, the supervisor gets is mailbox full preventing other requests to proceed

this also addresses #148