tower-lsp icon indicating copy to clipboard operation
tower-lsp copied to clipboard

how to shutdown server safely?

Open reymondzzzz opened this issue 9 months ago • 0 comments

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?

reymondzzzz avatar May 14 '24 10:05 reymondzzzz