Public bug reported:

I'm unable to reregister a function after unregistering it.

Here's an example:

$worker->addFunction('test', 'test_function');
$worker->unregisterAll();
$worker->addFunction('test', 'test_function'); // Nothing happens

** Affects: php-gearman (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1556460

Title:
  Worker does not register functions after unregistering them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-gearman/+bug/1556460/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to