We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1acb3d commit 7a2f590Copy full SHA for 7a2f590
lib/ruby_lsp/ruby_lsp_rails/runner_client.rb
@@ -80,7 +80,8 @@ def initialize
80
at_exit do
81
if @wait_thread.alive?
82
$stderr.puts("Ruby LSP Rails is force killing the server")
83
- sleep(0.5) # give the server a bit of time if we already issued a shutdown notification
+ # sleep(0.5) # give the server a bit of time if we already issued a shutdown notification
84
+ sleep(3) # give the server a bit of time if we already issued a shutdown notification
85
Process.kill(T.must(Signal.list["TERM"]), @wait_thread.pid)
86
end
87
0 commit comments