We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f6b6f commit ef2cad6Copy full SHA for ef2cad6
lib/spring/client/run.rb
@@ -26,7 +26,7 @@ def connect
26
def call
27
begin
28
connect
29
- rescue Errno::ENOENT, Errno::ECONNRESET
+ rescue Errno::ENOENT, Errno::ECONNRESET, Errno::ECONNREFUSED
30
cold_run
31
else
32
warm_run
0 commit comments