开发者

WCF per-call service not timing out properly with an inactivityTimeout set to 1 minute

开发者 https://www.devze.com 2022-12-21 15:49 出处:网络
I have a per-call service set to use a reliable session (transport session) however when I set the inactivity timeout to 1 minute the timeout does not work.

I have a per-call service set to use a reliable session (transport session) however when I set the inactivity timeout to 1 minute the timeout does not work. reliableSession enabled=true inactivityTimeout=00:01:00

When I set the receiveTim开发者_开发问答eout to 00:01:00 the client did timeout after one minute.

Why won't the inactivityTimeout fire when I don't explicitly set the receiveTimeout?


Have you checked the time out on the client configuration remember there are timeouts for both sides.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号