Current implementation does not handle payloads larger than max frame size correctly.
for large payloads:
the sending part causes a frame_too_large error on rabbitmq
the receiving part does not collect multiple frames into one message (resulting in an incomplete payload)
Current implementation does not handle payloads larger than max frame size correctly.
for large payloads: the sending part causes a
frame_too_large
error on rabbitmq the receiving part does not collect multiple frames into one message (resulting in an incomplete payload)