diff --git a/docs/basics.rst b/docs/basics.rst index 76b9fe83a39f124b31ac427f20334dcb21f49508..81c42ac2d899677835244a326d4c51088565b44a 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -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.