add observability for windows

This commit is contained in:
Connor Peet
2022-11-15 20:35:38 -08:00
parent 1bf3323015
commit e996746b14
7 changed files with 79 additions and 51 deletions

View File

@@ -167,7 +167,7 @@ pub async fn serve(
launcher_paths: &LauncherPaths,
code_server_args: &CodeServerArgs,
platform: Platform,
shutdown_rx: mpsc::Receiver<ShutdownSignal>,
shutdown_rx: mpsc::UnboundedReceiver<ShutdownSignal>,
) -> Result<ServerTermination, AnyError> {
let mut port = tunnel.add_port_direct(CONTROL_PORT).await?;
print_listening(log, &tunnel.name);