hypercore-protocol / cli

A CLI for peer-to-peer file sharing using the Hypercore Protocol.
MIT License
205 stars 17 forks source link

Cannot use full path for HYPERSPACE_SOCKET #59

Open ghost opened 2 years ago

ghost commented 2 years ago

My expectation is hyperspace's socket env variable defines where the socket is created. However when the full path is defined, they command freezes when trying to start the daemon.

HYPERSPACE_SOCKET="/tmp/mysock" hyp daemon start
# Hyperspace daemon started
# [freezes]