How can I handle WCF Client Disconnects ?
I Tried CallBacks but it seems to only works when Client Disconnect "clearly" by using a "Disconnect" button for example.
I want my server to be notified when Client got disconnected, even on manual disconnect or client process crash.