arduino-libraries / MKRGSM

GNU Lesser General Public License v2.1
55 stars 51 forks source link

after the 4th request GSMSSLClient is tilt #57

Closed compunited closed 6 years ago

compunited commented 6 years ago

after the 4th request i have this in the debugmode:

OK AT+USOSEC=4,1

OK AT+USOCO=4,"iotdatawriter.azurewebsites.net",443

ERROR AT+USOCL=4

reconnecting doesn't help its always client.ready() ==2

Rocketct commented 6 years ago

hi @compunited could you share a minimal sketch that reproduce the issue?

sandeepmistry commented 6 years ago

Closing this for now, due to lack of feedback. If you are still interested please re-open with the requested information.

compunited commented 5 years ago

@sandeepmistry it seems like a proplem with the tcp sockets. AT+USOCO is counting up from AT+USOCO=0 to AT+USOCO=4 with each request. if it is 4 the next request will fail.

sandeepmistry commented 5 years ago

@compunited as @Rocketct mentioned in https://github.com/arduino-libraries/MKRGSM/issues/57#issuecomment-432538629 please provide us a sketch to reproduce the issue, then we can re-open this issue.