The What You Need To Know About One-Way Calls, Callbacks, And Events article tells:
The fact that the client doesn't care about the result of the invocation does not mean the client doesn't care if the invocation took place at all. In general, you should turn on reliability for your services, even for one-way calls
I've tried to find how can I enable reliability, but didn't find anything meaningful.
Could you please help me:
- How to enable reliability?
- How to check if one-way method reached server?
Thanks a lot!