fixed: Warnings about API changes in POE::Component::IKC::ClientLite
This commit is contained in:
parent
94f1f3506c
commit
c75ef5e044
6 changed files with 12 additions and 9 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue