kappa-db/multifeed

Implement multifeed#close

ralphtheninja opened this issue · 3 comments

Implement multifeed#close

to wit:

  • close all hypercores (core.close(cb))
  • close all random-access-storage
  • terminate replication streams (error? destroy? end?)
  • decide what to return for the regular API when a multifeed is closed (throw errors?)

fixed in 3.0.0

The API's behaviour becomes undefined after closing, which we miiiight want to revisit