You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Move CLN sync wait to background to prevent plugin init timeout
- Replace blocking waitForClnSynced with async background monitoring
- Check sync status once during init, continue immediately if not synced
- Start background goroutine to monitor sync completion
- Prevents CLN plugin manager from killing plugin due to 60s init timeout
- Resolves CI test failures where CLN sync takes longer than plugin timeout
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments