Hello
I am using HTTP to requests on the server with NB-IoT network on NRF9160 chip
I found that in the HTTP REQUEST command with 1 REV () function to get the results returned via socket
When I encounter weak NB-IOT network conditions, there is no returned data and the REV function hangs forever. This is very dangerous.
pubs.opengroup.org/.../recv.html
In this document says I need to turn on non-blocking mode so that the Rev function doesn't hang, I have followed it but it still hang.
This is my code. Please help me handle this as quickly as possible.
Thank you