We need to add BlockUntilServerActive to retry and wait until the node actually returns SERVER_ACTIVE from GetState before allowing the client to actually try and use lnd.
We also need to mention that doing so makes lndclient incompatible with lnd v0.13 which doesn't support that.
@djkazic already has a plan to implement this fix, but creating an issue to track his resolution of it.
We need to add
BlockUntilServerActiveto retry and wait until the node actually returnsSERVER_ACTIVEfromGetStatebefore allowing the client to actually try and use lnd.We also need to mention that doing so makes lndclient incompatible with lnd
v0.13which doesn't support that.@djkazic already has a plan to implement this fix, but creating an issue to track his resolution of it.