Skip to content
This repository has been archived by the owner on Jan 4, 2018. It is now read-only.

Worker does not register new function when I unregistered all earlier #9

Open
Jackson88 opened this issue Nov 21, 2014 · 0 comments
Open

Comments

@Jackson88
Copy link

Hi, I have a small problem with libgearman version => 1.1.12
(for libgearman version => 1.1.8 - all working fine)
I try to "$worker->addFunction()" after "$worker->unregisterAll()" and new function does not registered.

$worker->addServer('localhost', '4730');
//add test function
$worker->addFunction('test', 'test_function');
//unregister all
$worker->unregisterAll();
//try to add function
$worker->addFunction('test', 'test_function'); //- as result function no added

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant