ukmaker / StompClient

A simple library with examples to allow ESP8266 Arduino devices to use Stomp messaging
11 stars 11 forks source link

beginSSL needs url as const char * #1

Open javeke opened 2 years ago

javeke commented 2 years ago

Hey,👋

I really appreciate and love this repository. You helped me out big time. I noticed that I had to make a change in the StompClient.h file as the beginSSL method on the wsClient object needed the url as a const char * instead of a String.

Other than that, it was smooth sailing. Big up again for the library.