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: address race condition and missing error handler in auth-server
- Add `ready` promise to CallbackServer interface that resolves when
server is actually listening, fixing race condition where getPort()
could return 0 before server started
- Add error handler for server 'error' event to properly handle
EADDRINUSE and other binding errors instead of silent failures
- Update postgres-ai.ts to await ready promise instead of fragile
100ms setTimeout workaround
0 commit comments