Worker does not register functions after unregistering them

Bug #1556460 reported by Marlin Cremers
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
php-gearman (Ubuntu)
New
Undecided
Unassigned

Bug Description

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

Tags: trusty
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.