Timeout #269
-
I recently upgrade to version 5.0 and my app doesn't seem to be honoring my timeouts anymore..I'm hitting these 1 min timeout errors. I've had this code in place where on the client in the OnCreated method of my domaincontext I call this method to increase the timeout but doesn't seem to work anymore. Has anything changed to prevent this or is there a new way to change the default timeout? ` public static void ChangeTimeout(this DomainContext domainContext,
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The code required to change wcf related properties has changed for 5.0 Have a look at #267 for details of how to make modifications to the channelfactory or bindings |
Beta Was this translation helpful? Give feedback.
The code required to change wcf related properties has changed for 5.0
Have a look at #267 for details of how to make modifications to the channelfactory or bindings