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
this seems to only happen on MacOS - we can circumvent this issue by re-using the is_main_session boolean that is determined at startup and also by removing the socket file when the main rover dev session is killed
The text was updated successfully, but these errors were encountered:
This PR fixes#1294 and #1295.
there were some issues on MacOS related to leader/follower socket
addresses that are fixed now, and we also hardened the router killer by
waiting for the health check to start failing before shutting down the
`rover dev` process
this seems to only happen on MacOS - we can circumvent this issue by re-using the
is_main_session
boolean that is determined at startup and also by removing the socket file when the mainrover dev
session is killedThe text was updated successfully, but these errors were encountered: