At some point in time you broke JRuby support by using fork (unsupported) in https://github.com/nadarei/mina/blob/master/lib/mina/exec_helpers.rb
You could perhaps use threads for this purpose and rescue Interrupt instead of trap('INT').
At some point in time you broke JRuby support by using fork (unsupported) in https://github.com/nadarei/mina/blob/master/lib/mina/exec_helpers.rb
You could perhaps use threads for this purpose and
rescue Interruptinstead oftrap('INT').