You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
None of the mqttv5 support functions are implemented yet. I'm considering what the APIs shoudl look like?
I believe ~all of the _v5 functions should just be automatically called IFF properties are present as the final argument? Does this make it too hard to use the "sensible defaults" for all the other parameters?
The lua lib can correctly create a proplist by type inspection.
I do NOT know how to best handle the callback registration. We can't always call _v5, as v5 might not be available. Do we have to store the v5 state from connect time or init time and then always use _v5 "as appropriate" ?
The text was updated successfully, but these errors were encountered:
None of the mqttv5 support functions are implemented yet. I'm considering what the APIs shoudl look like?
I believe ~all of the _v5 functions should just be automatically called IFF properties are present as the final argument? Does this make it too hard to use the "sensible defaults" for all the other parameters?
ala:
I believe the properties should just be handled as lua arrays, no need to expose all the internals here.
ala:
The lua lib can correctly create a proplist by type inspection.
I do NOT know how to best handle the callback registration. We can't always call _v5, as v5 might not be available. Do we have to store the v5 state from connect time or init time and then always use _v5 "as appropriate" ?
The text was updated successfully, but these errors were encountered: