litcli status
returns running=true
for remote sub-servers that haven't been started
#922
Labels
bug
Something isn't working
When
litd
attempts to connect to a remote sub-server, the connection dialing is non-blocking in this function:lightning-terminal/subservers/manager.go
Lines 356 to 382 in 601db23
As a result, if there is no server running at the specified RPC host, the function does not return an error because the connection status remains as "attempting to connect."
Since the sub-server manager directly sets a remote sub-server as
running=true
if the function does not return an error, the sub-server is marked as running here:lightning-terminal/subservers/manager.go
Lines 134 to 141 in 601db23
The text was updated successfully, but these errors were encountered: