Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typing in exit doesn't close the socket #1

Open
rdp opened this issue Jul 20, 2009 · 0 comments
Open

typing in exit doesn't close the socket #1

rdp opened this issue Jul 20, 2009 · 0 comments

Comments

@rdp
Copy link
Contributor

rdp commented Jul 20, 2009

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant