You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Load this code with an appropriate client connection on gsmClient, send a file, await http body.
Expected result
I expect the http response body to be received.
Actual result
When I use this code above to POST a file to my server, the GsmClient disconnects after sending the file. I do in fact receive the file on the server side, but I do not get the response body. Using the same code with WifiClient works as expected. The exact spot where the disconnect occurs is here:
//GSMCLIENT DISCONNECTS HERE AFTER 1 SECOND
I have diagnosed it is a 1 second disconnect.
The text was updated successfully, but these errors were encountered:
[X ] I have read the Troubleshooting section of the ReadMe
What type of issues is this?
[X ] Question or request for help
What are you working with?
Modem: SIM7000G
Main processor board: ESP32
TinyGSM version: latest
Code:
Scenario, steps to reproduce
Load this code with an appropriate client connection on gsmClient, send a file, await http body.
Expected result
I expect the http response body to be received.
Actual result
When I use this code above to POST a file to my server, the GsmClient disconnects after sending the file. I do in fact receive the file on the server side, but I do not get the response body. Using the same code with WifiClient works as expected. The exact spot where the disconnect occurs is here:
//GSMCLIENT DISCONNECTS HERE AFTER 1 SECOND
I have diagnosed it is a 1 second disconnect.
The text was updated successfully, but these errors were encountered: