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
|
|
@ -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))),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue