1
votes

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 receiveTimeout 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?

1

1 Answers

0
votes

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