Seems it's trying to call a method that no longer exists: _closeAllSessions.
|
await this._closeAllSessions(null) |
It'd be nice to have the method throw a more straightforward error or remove it entirely.
Getting this when trying to purge data in the latest hyperdrive via drive.purge()
Seems it's trying to call a method that no longer exists:
_closeAllSessions.hypercore/index.js
Line 810 in 46975c3
It'd be nice to have the method throw a more straightforward error or remove it entirely.
Getting this when trying to purge data in the latest
hyperdriveviadrive.purge()