+ 4
WCF service and broken connection (rudolph ?)
I am busy developing kind of a client/server application. For me it is is really important that the server and the client notice if the one or the other has died, has a broken connection or is shutdown. Is this possible with a WCF-service ? (I am still thinking that a collection of sockets it the best option for me, but have not learned enough of WCF-service's)
2 Respostas
+ 1
i'm not familiar with those, but normally when connection failed the code will throw an error. what you need to do is catch the error and handle it properly.
+ 1
Thank you foto your reply!