Bret Ambrose
Bret Ambrose
* Adds typescript entries for the two top-level topic alias controls in client config: autoUseTopicAlias and autoAssignTopicAlias * Modifies password entry to properly reflect the fact that password is, by...
The unsuback handler calls the user callback with null: https://github.com/mqttjs/MQTT.js/blob/accd78e38aa82c8cc1ea04029e56494276776c87/lib/client.js#L1657-L1662 There doesn't seem to be a way to get any of the reason codes from the unsuback (let alone reason...
This may be intentional but I found it somewhat of a bummer. If the received puback indicates a failure (by reason code), the user callback will be invoked with the...
Publish and Unsubscribe both use completion callbacks that take the full packet, but Subscribe's callback is the array of granted subscriptions, which keeps the Suback User Properties or Reason String...
Sba metrics test was only passing due to glibc default rand() sequence not generating an initial small value. Running the test with a an alternate libc implementation uncovered the defect....
* Adds a very simple helper function to check if a node is in a list or not. By submitting this pull request, I confirm that my contribution is made...
### Describe the feature Currently, the low-level signing implementation in aws-sigv4 requires an expiration duration in the signing settings (as pre-signed URLs require this parameter). It makes sense that pre-signed...
* Support for request-response operations * Refactoring of rr-client subscription manager contract/responsibilities to support requests without correlation tokens (fleet provisioning service) * tests By submitting this pull request, I confirm...
* Reworks subscription manager event set to match what's needed by the request-response client * Request-response streaming operation support and tests By submitting this pull request, I confirm that my...
Basic support for submitting request operations and creating streaming operations. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.