The _ConversationProtocol's inherited attribute MAX_LENGTH is currently set to the default value (99999). Once #57 is implemented, this should be set to the new packet maximum size. In case the instance expects to handle just one of the fixed sizes, then it can be optimized to allow only that specific value.
The
_ConversationProtocol
's inherited attributeMAX_LENGTH
is currently set to the default value (99999
). Once #57 is implemented, this should be set to the new packet maximum size. In case the instance expects to handle just one of the fixed sizes, then it can be optimized to allow only that specific value.