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: early exit on EADDRINUSE, improve free port detection
- Break immediately on EADDRINUSE instead of waiting full 90s timeout
- Use 127.0.0.1 bind and SO_REUSEADDR=0 for more accurate port availability check
- Increase max_tries to 20 to skip wider reserved port ranges
0 commit comments