I am currently developing WCF Publish Subscribe Service. For the first I don’t know how many minutes, it is able to work properly after the client has been subscribed to the server and it is able to receive the post that the publisher publishes.
After like 10 minutes or so, the client suddenly stop responding to those publishing and when I attempt to unsubscribe from the service, there is an error of a faulted state.
I am currently using WSDualHttpBindings.
Anyone know why does this happens?
Manage to solve the issue by adding the following code to my binding
Thanks!