levkovigor / ppposclient

A client library for gsm ppp protocol. This library can be used to make GET and POST requests and to connect mqtt with PubSubClient. It supports ESP32.
MIT License
15 stars 11 forks source link

ppposClient.available() not working #9

Open embeddedgeeky opened 1 year ago

embeddedgeeky commented 1 year ago

Dear, I was trying to read a file via HTTP simpleGetRequest function, File get successfully read from the cloud, I crossed check by sniffing the Serial window of GSM Module. Complete file get read along with HTTP Header but, ppposClient.available() never executes (Returns False I guess) Every time so couldn't able to execute the ppposClient.read() function successfully. Any chances of resolution to this matter?

Thanks in advance for this wonderful work which u have done already!!