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
IIRC (it has been years since I implemented this) but at least on some platform this is a byte value by the time it gets to the native API call where it is the timeout in 100m seconds. You can easily see where that happens in the code. To extend that beyond the 100x255 value would require some work, probably not much.
Is there a reason why the maximum receive timeout is 25500ms (25.5s) or can this limit be changed to a larger value without unexpected behaviour?
The text was updated successfully, but these errors were encountered: