fixed: Warnings about API changes in POE::Component::IKC::ClientLite

This commit is contained in:
colin 2017-05-09 13:37:55 -07:00
parent 94f1f3506c
commit c75ef5e044
6 changed files with 12 additions and 9 deletions

View file

@ -72,7 +72,7 @@ sub notify {
my $module = shift;
my $params = shift;
my ($config, $error) = $self->session->quick("config", "errorHandler");
my $remote = create_ikc_client(
my $remote = POE::Component::IKC::ClientLite->spawn(
port=>$config->get("spectrePort"),
ip=>$config->get("spectreIp"),
name=> (time() . int(rand(10000000))),