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
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