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
- Report the actually-bound port from server.address() rather than echoing
the input, so a stray holdSpecificPort(0) reports the OS-assigned
ephemeral port instead of a misleading 0.
- Guard the bind-error handler's server.close() against the never-listened
case so a synchronous throw there can't leave the outer promise unsettled.
- Correct the startIsolatedRealmStack publicPortReservation doc: it's also
omitted for a caller-supplied realmServerURL or an explicit
compatRealmServerPort, not only a reused context.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments