tower-lsp
tower-lsp copied to clipboard
how to shutdown server safely?
I have http and lsp server in one app. Http in main thread, lsp in tokio::spawn. There is signal handler for graceful-shutdown, but when I abort tokio::spawn with lsp, lsp-server doesn't shutdown. How could I do that safely?