lightning-terminal/subservers
Elle Mouton ba3193b341
rpc_proxy+subservers: error out of GetRemoteConn if not ready
Due to the rpcProxy being started early now, it could be the case that a
call is made to `GetRemoteConn` before the remote connection has
actually been set up. This commit catches this case so that an error can
be returned and a panic avoided.
2023-05-03 10:26:11 +02:00
..
config.go subservers: add new package to manage the lit subservers 2023-05-01 00:15:56 -07:00
faraday.go subservers: add Permissions method to the interface 2023-05-03 08:51:45 +02:00
interface.go subservers: add Permissions method to the interface 2023-05-03 08:51:45 +02:00
log.go subservers: add new package to manage the lit subservers 2023-05-01 00:15:56 -07:00
loop.go subservers: add Permissions method to the interface 2023-05-03 08:51:45 +02:00
manager.go rpc_proxy+subservers: error out of GetRemoteConn if not ready 2023-05-03 10:26:11 +02:00
pool.go subservers: add Permissions method to the interface 2023-05-03 08:51:45 +02:00
subserver.go subservers: embed Subserver in subServerWrapper 2023-05-02 08:43:55 +02:00