Skip to content

Improve message handling in ConnectionManager #4

@thack1

Description

@thack1

The ConnectionManager handles all messages that have to be sent in one queue. Every time the thread wakes up it tries to send all the messages. If there are several messages for the same destination the status of the connection is checked for each message.
Maybe the messages should be organized by destination so the checks have only to be done once for each destination.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions