arduino-libraries / MKRGSM

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

Connection via GSMSSLclient only works once #41

Closed jgartner1 closed 6 years ago

jgartner1 commented 6 years ago

I created a wrapper class to make a request to a webserver multiple times. But it only works when I execute the request-function in the setup()-function. And even then it only works once. I've made a detailed explanation of this on the Arduino Stack Exchange, which can be found here: https://arduino.stackexchange.com/questions/55862/gsmsslclient-only-works-once

Does anyone know a solution to this or has experienced similar errors?

sandeepmistry commented 6 years ago

@jgartner1 could you please provide an Arduino sketch here that can be used to reproduce the issue?

sandeepmistry commented 6 years ago

Closing due to lack of feedback.