I have test plan for testing complex functionality (45 requests). When I ran this test plan it works nicely. All requests are classic http requests (get or post) with ...
this problem occur randomly in a POST method, which could be called periodically.I suspect during async call in okhttp, part of the request send after connection closed, so increasing write time out ...