Speed?
#167
Replies: 1 comment
-
I've never compared them. And it depends on the platform: async-mqtt-client was created in esp8266-times. There was no esp32 yet so there were no tasks, not task priorities... warning: gut feeling ahead
Mind that espMqttClient supports payloads that don't fit it memory. I once tried to do a test but the speed was going to link layer speed so I was testing WiFi instead of the library. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ive heard this library was made with the idea of improving the [async-mqtt-client] library, but one of the things about that library was its speed. So my question is how is the speed in this library when dealing with large payloads, how does it compare to [async-mqtt-client?
Beta Was this translation helpful? Give feedback.
All reactions