hypercore-protocol / hyperdrive-daemon

Hyperdrive, batteries included.
MIT License
156 stars 23 forks source link

mount() will not resolve if a URL is passed #34

Open pfrazee opened 4 years ago

pfrazee commented 4 years ago

Relevant line: https://github.com/andrewosh/hyperdrive-daemon/blob/master/lib/drives/index.js#L886

If you pass in hyper://${key} instead of just ${key} the listener will fail to match and resolve.