Skip to content
Snippets Groups Projects
Unverified Commit 2d69f81f authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fixed #51

parent 0a9ee7a5
No related branches found
No related tags found
No related merge requests found
...@@ -31,11 +31,6 @@ MessageProperties ...@@ -31,11 +31,6 @@ MessageProperties
Take care, as :class:`~coolamqp.objects.MessageProperties` will hash the Take care, as :class:`~coolamqp.objects.MessageProperties` will hash the
entire object (keys and values) and store it within non-GCable memory. keys found and store it within non-GCable memory. So each "variant" of message
properties encountered will be compiled as a separate class.
This is done in order to facilitate reuse and speed/memory consumption.
If you're looking forward to shipping each message with different properties,
please wait until #51_ is fixed.
.. _#51: https://github.com/smok-serwis/coolamqp/issues/51
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment