You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 28, 2022. It is now read-only.
Right now Hypercore extensions (in lib/extension.js) can be destroyed through a destroy() method, but protocol stream extensions (Hypercore.createProtocolStream(...).registerExtension(...)) do not support destroying.
Right now Hypercore extensions (in
lib/extension.js) can be destroyed through adestroy()method, but protocol stream extensions (Hypercore.createProtocolStream(...).registerExtension(...)) do not support destroying.We'll need to add this.