Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add readiness check in daemon context π
- Modified `daemon.py` to include `wait_for_readiness()` function. - Ensures the daemon is fully operational after spawning. This change enhances the reliability of the daemon by confirming it's ready before proceeding. This minimizes potential errors due to asynchronous operation states. π
- Loading branch information