cli icon indicating copy to clipboard operation
cli copied to clipboard

Cannot use full path for HYPERSPACE_SOCKET

Open ghost opened this issue 3 years ago • 0 comments

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]

ghost avatar Feb 09 '22 16:02 ghost