Hi guys,
I’m currently using httpc to fetch 3x JSON
data.
For every JSON, I’m calling httpc:request/4
. Not sure if it’s the best way :-/
Ideally, I’d like to reuse the same connection for all 3x requests
.
How can i make sure the TCP connection is not closed (Keep-Alive)?
Best