Prevent hangs due to bad import/export directives (#5538)
If the input test script contains a bad import, sky_shell will fail to execute main(), in which case a connection to /runner is never established and the _ServerInfo.socket never completes. This change works around this by issuing a request on /shutdown when sky_shell exits.
Showing
Please register or sign in to comment