Skip to content

Resilient message sending #132

Description

@ozrecsec

Hi, in my project I'm going to implement a sort of resilient message sending (like a queue).

I's intended only for "from client to server" messages and not "from server to client". It will work only for Send method, not SendAndWait, with an optional parameter (bool resilient).

In few words my client sends immediatly the message to the server if it is connected, otherwise it stores the message locally and sends it as soon the connection is estabilished.

for storage i think I'll use a json file for each message. In settings will be the folder for storage.

Do you think this is a interesting addon in Watson or it's better I do this in my wrapping library?

thanks

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions