Am using URL connection to post data to cloud with Pi4
for my project ,every 1 minute i want to send data remaining time script will do some work.
the problem is ,when cloud URL network issue error reply received only after the timeout.
at this time script never do remaining work. once get reply or error reply then only script will do other work.
can you anyone advice how can we run on backend? I try with multithreading still got same issue