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

@ -145,7 +145,7 @@ elsif ($daemon) {
}
sub ping {
my $remote = create_ikc_client(
my $remote = POE::Component::IKC::ClientLite->spawn(
port=>$config->get("port"),
ip=>$config->get("ip"),
name=>rand(100000),
@ -161,7 +161,7 @@ sub ping {
}
sub getStatusReport {
my $remote = create_ikc_client(
my $remote = POE::Component::IKC::ClientLite->spawn(
port=>$config->get("port"),
ip=>$config->get("ip"),
name=>rand(100000),