You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2023. It is now read-only.
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.