Unable to send http requests after long time usage #56
ferchor2003
started this conversation in
General
Replies: 1 comment 3 replies
-
Hi @ferchor2003 .
please, let me know. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have an application that places a lot of calls. We noticed that after many hours and in some servers (not always the same ones) the aricpp::HttpClient stops talking to Asterisk:
The goal is to find out why new requests cannot be initiated.
Maybe the HttpClient::pending queue never goes empty and sockets are not closed? what else can be happening?
This is the first call the application makes when placing a call:
The CreationHandler function is not invoked.. not an error_code or a regular response. just silence.
The application has a timer that can detect this situation and abort placing the call, but at this point placing calls on this server is not possible. All our requests behave like this from this point in time on.
Beta Was this translation helpful? Give feedback.
All reactions