Skip to content

Commit

Permalink
fixed #51
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmaslanka committed Apr 4, 2024
1 parent 0a9ee7a commit 2d69f81
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docs/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ MessageProperties


Take care, as :class:`~coolamqp.objects.MessageProperties` will hash the
entire object (keys and values) and store it within non-GCable memory.

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
keys found and store it within non-GCable memory. So each "variant" of message
properties encountered will be compiled as a separate class.

0 comments on commit 2d69f81

Please sign in to comment.