Tagged Questions

8
votes
4answers
1k views

WCF and confirmations - do I need to send back a 'OK got it' to client?

If I have hundreds/thousands of client computers WCP'ing to my server, should I respond with a '200 OK' type message stating that I received the data and stored it in the db successfully? Is this ...