https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34070 --- Comment #17 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #16)
There is a potential issue with my patch and it's the transitional period where theoretically there could be enqueued messages without a content-type of "application/json".
In practice, it's unlikely to happen if you're careful with your deployment, but theoretically it could happen. So I'll add the decode even when the content-type isn't application/json. We can always change that later after this has been running for a while.
Of course... this could always be a problem when someone does a big upgrade over many versions. But I think it's still best to include this fallback operation in the short-term (maybe a couple years) to help the majority of deployments. -- You are receiving this mail because: You are watching all bug changes.