How to find bad endpoints earlier?
Posted
by Eduardo
on Stack Overflow
See other posts from Stack Overflow
or by Eduardo
Published on 2010-01-13T10:29:34Z
Indexed on
2010/05/24
10:11 UTC
Read the original article
Hit count: 236
When I try to connect to an unavailable machine, I get an EndpointNotFoundException but it takes too long (about 20 seconds). Setting closeTimeout, openTimeout, receiveTimeout or sendTimeout has no effect. Can I get that exception earlier?
© Stack Overflow or respective owner