KxSystems / mqtt

MQTT messaging protocol interface
https://code.kx.com/q/interfaces
Apache License 2.0
9 stars 12 forks source link

new func subx. add QoS docs. Fixes #56 #67

Closed sshanks-kx closed 1 year ago

sshanks-kx commented 1 year ago

Addition of subx to allow user to choose quality of service level Docs on quality of service levels (for publishing and subscribing) - affects performance/quality/throughput Prev sub method hardcoded with a QoS level. Existing sub functionality not changed (calls subx).