Closed dgokeeffe closed 3 years ago
Hey @dgokeeffe
Thanks for bringing this up. From a brief read of the error I have an inkling what's causing this (the core of this library is a C-based AMQP library) and why it might not play well with Pickle. I've put this on our backlog as a feature req and we'll need to look into what would be required to address this.
I will say, without making too many promises, that there is a long-term plan to address the AMQP library situation, but we can see if there is any potential workaround in the interim.
Describe the bug When attempting to pickle.dump() an array of Message objects a TypeError is raised.
To Reproduce Steps to reproduce the behavior:
Expected behavior The object is pickled correctly
Screenshots