firefly icon indicating copy to clipboard operation
firefly copied to clipboard

Request timeout to not-connected after 3000 ms for NettyResponseFuture

Open JMVM opened this issue 5 years ago • 0 comments

While running tests using httpServer to mock responses, very often it looks like server it's handling first request (I tried adding a delay to discard request coming while server is still starting up, but still facing the same problem), logging this:

Request timeout to not-connected after 3000 ms for NettyResponseFuture

DEBUG org.asynchttpclient.netty.request.NettyRequestSender - Aborting Future NettyResponseFuture

After that, next test scenarios using httpServer are working as expected, since server is handling as expected.

Any idea why this behaviour?

Thanks

JMVM avatar Aug 01 '19 13:08 JMVM