Skip to content

Commit 793eeb3

Browse files
committed
Explicitly pass the eventloop thread to avoid 1.9 specific resource starvation
1 parent 4e9f10e commit 793eeb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/net/ssh/gateway.rb

+1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ def initiate_event_loop!
192192
@session_mutex.synchronize do
193193
@session.process(0.1)
194194
end
195+
Thread.pass
195196
end
196197
end
197198
end

0 commit comments

Comments
 (0)