MC60 simultaneus http and gps task

Hi
I am working on car tracker based on MC60 module and OpenCPU. My program has three task (main, gps reading, http sending). when http task start to send packet to server, gps task is stopped until http task is done. Is this is normal?
How to run http sending and gps reading simultaneus?

Hi
This is normal, because when you send http data, the module is sending data and will not spit out gps data, but the gnss chip is still working normally, and when you finish sending data, the module will get data from the gps part again