客户端与服务端使用WCF建立连接后:1、可能长时间不对话(调用服务操作);2、客户端的网络不稳定。
为服务端与客户端两边都写“心跳检测”代码?不愿意。
<reliableSession enabled="true" inactivityTimeout="00:00:30"/>
ReceiveTimeout = TimeSpan.MaxValue
做socket保持长连接的一些心得及回复意见
How to set keep alive interval for HTTP connection in WCF