Subject: | Hangs when trying to connect to a non-exsisting server |
Date: | Sun, 13 Sep 2009 13:19:53 +0200 |
To: | bug-POE-Component-IRC [...] rt.cpan.org |
From: | Thomas Hoff <thhoff [...] gmail.com> |
POE::Component::IRC just hangs when trying to connect to a server that
doesn't exist/work.
I suppose this could be solved by the Plugin::Connector, so that it
sets a connect_timeout delay just before connecting.
If connecting times out, it should shuffle the servers and try the
next one in the list.
It would also be nice with ->server and ->port wrappers around
$irc->{server} and $irc->{port} if possible