Skip to content
This repository was archived by the owner on Feb 12, 2021. It is now read-only.
This repository was archived by the owner on Feb 12, 2021. It is now read-only.

Confusing event loop #4

@Ivan-Igorevich

Description

@Ivan-Igorevich

Hello, thanks for your handler, but it works confusing, while I try to send raw bytes in messages. For example I read a file, split it to 32Kb packages, and publish to my queue. But if I publish, let's say three packages, they must be sent as (32K,32K,15K) but could be sent as (32K,15K,32K). I can understand, that the AMQP-CPP is completely asynchronous, but I can't understand where to make my workaround, to send packages in the correct order... Can you, please, help me with that? Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions