Hi,
We are currently having some problems in our systems where we get TcpIdleTimeoutException
s when calling singleRequest
after we haven’t had to make any requests for a period longer than the idle-timeout. I believe the problem may be that we instantiate the HTTP Akka extention (HttpExt
) only once and then re-use it for all requests. Is that a problem? If so, why and what is the proper way of handling this situation?
1 post - 1 participant