Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
`NetworkClient.blockingSendAndReceive` method should rely on requestTimeout instead of having its own timeout logic. Currently, we sometimes get an exception via the requestTimeout logic and other times we get it via the `blockingSendAndReceive` timeout logic.