-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When using lndinit wait-ready
(https://github.com/lightninglabs/lndinit?tab=readme-ov-file#wait-ready) through litd
, it proxies the query and response for SubscribeState
through without any filtering because this is an unprotected endpoint. However, this can result in lndinit wait-ready
returning too early, before the litd
proxy has time to realize lnd
is ready and that it should start allowing other queries through.
So for example,
will fail because it runs too quickly.
I think litd
should be smart enough to delay responding to SubscribeState
when it receives a SERVER_ACTIVE
until litd
has had a chance to recognize this itself too.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working