- fix: spectre
- fix: Spectre tries to delete the same workflow instance twice - Fixed part of the Spectre memory leak. See gotcha.txt for details.
This commit is contained in:
parent
ac953d2043
commit
35e0a63262
10 changed files with 93 additions and 50 deletions
|
|
@ -150,7 +150,7 @@ sub new {
|
|||
create_ikc_server(
|
||||
ip => $config->get("ip"),
|
||||
port => $config->get("port"),
|
||||
name => 'Spectre',
|
||||
name => 'Spectre'
|
||||
);
|
||||
POE::Session->create(
|
||||
object_states => [ $self => {_start=>"_start", _stop=>"_stop", "shutdown"=>"_stop", "ping"=>"ping"} ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue