After I've created a Client object and called the connect() method on
it, my script no longer responds to the INT (Control-C) or TERM
signals. This is a problem for me because I'm trying to write a
daemon, which I currently have no way of shutting down gracefully.
(I'd like to trap the TERM and INT signals and then do clean up before
exiting the process.)

You can see this behavior by running the echo_threaded.rb example and
clicking Control-C. Nothing will happen; the script continues to run.

I'm only experiencing this problem on FreeBSD 5.4. I've also tried it
on OS X 10.4, where the script seems to respond normally to signals.

Michael

_______________________________________________
Xmpp4r-devel mailing list
[email protected]
https://mail.gna.org/listinfo/xmpp4r-devel

Reply via email to