You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear @StefanOssendorf now DefaultWebClient uses req.Timeout = timeout.Milliseconds; that will trigger the exception that timeout must be greater than 0 or infinite,.
I don't think the current implementation works as expected, for me to work with sync call I needed to create a new WebClient and use TotalMiliseconds.
Originally posted by @ctescu in #4431 (comment)
We are using
timeout.Milliseconds
herecsla/Source/Csla/DataPortalClient/HttpProxy.cs
Lines 258 to 277 in 60bd0b3
instead of
timeout.TotalMilliseconds
.The text was updated successfully, but these errors were encountered: