koenieee / PushBullet-ESP8266

PushBullet library to send and receive notifications/sms from your ESP8266 microcontroller.
GNU General Public License v2.0
27 stars 10 forks source link

Connection is lost #4

Closed roboter closed 6 years ago

roboter commented 6 years ago

Hi, thank you for your library. I have a suggestion, I think library don't need to expose open and close connection functions. When I use your library as it is I only open connection once and never close, this gives issues as messages don't send. Instead open and close should be inside send functions.

I can make a pull request.

koenieee commented 6 years ago

I fixed it, let me know if you have any other tips.