benoitc / couchbeam

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

Fix references to couchbeam_view_sup registered name #175

Closed jordan0day closed 11 months ago

jordan0day commented 7 years ago

I was seeing some crashes when calling gen_changes:stop(pid) on my gen_changes implementation, it appears that calls to the registered name for the view supervisor need to be changed slightly to match the module name.

benoitc commented 11 months ago

thanks!