https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33898 --- Comment #7 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to David Cook from comment #6)
(In reply to Marcel de Rooy from comment #5)
You did not see https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32558#c36 btw?
I'm not sure what you are trying to indicate. Your patch was included in the bug push and does not solve this problem.
An alternative could be to add a timeout (e.g. 10 seconds) to $conn->receive_frame, and to call $pm->reap_finished_children() if it returns undef (before calling next()).
That would only work for Koha's using Rabbit and 10 seconds is quite a long delay between calls to reap all. -- You are receiving this mail because: You are watching all bug changes.