Implement multifeed#close
ralphtheninja opened this issue · 3 comments
ralphtheninja commented
Implement multifeed#close
hackergrrl commented
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?)
hackergrrl commented
fixed in 3.0.0
hackergrrl commented
The API's behaviour becomes undefined after closing, which we miiiight want to revisit