wcf - Windows Communication Foundation Callbacks -


i have wcf callback server.the server invokes callbacks on registered clients every 2 seconds. after few hours, communication channel on client gets aborted , client stops receiving callbacks. no exception thrown on server side. if restart client without restarting server; , client starts receive callbacks again. not sure causing callback channel on client side abort. note no exception thrown on server side. restarting client solves problem , client starts receiving callbacks again, not sure why callback channel on client side getting aborted in first place after few hours. suggestions helpful. thanks.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -