Skip to content
This repository was archived by the owner on Mar 17, 2023. It is now read-only.
This repository was archived by the owner on Mar 17, 2023. It is now read-only.

Improving Message Delivery and Modularity, Making the System Packet Agnostic, Handling Edge Cases, and Creating a Library. #1

Description

@Samshal

Great job, @phalcorine, on your work so far on this repo! I think the architecture is flexible enough to be used for other purposes if we turn it into a library that's packet agnostic instead of tying it to a specific packet structure.

It seems like the current implementation has a dispatcher that queues failed requests due to network issues. However, there could be other factors, such as firewalls, that affect message delivery. In these cases, continuously attempting to send the message may not be effective, so we need to handle edge cases gracefully.

Overall, I believe this project has the potential to be extended to handle a variety of message delivery nuances. Starting with turning it into a library would be a great first step.

Please let me know what you think

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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