live-console
live-console copied to clipboard
typing in exit doesn't close the socket
using this as a main loop seemed to help
begin
IRB.start_with_io(irb_io, bind)
rescue Errno::EPIPE => e
- io.stop
end
+ io.stop
Cheers! =r