terrorsl / sMQTTBroker

Simple MQTT broker
MIT License
70 stars 19 forks source link

Update sMQTTplatform.h #28

Closed AlessioSavelli closed 1 year ago

AlessioSavelli commented 2 years ago

adding the define 'sMQTT_SOCKET' in .ino files, users can use own sockets compatible with the library

terrorsl commented 2 years ago

It seems to me that in order for such a solution to work, I will have to write a base class for the client and server, and users will be able to inherit from them. otherwise I think it won't compile because the library inside doesn't know about your library. You can go the second way, you create your device and I add it.

github-actions[bot] commented 1 year ago

Stale pull request message