Frends.MQTT.Receive / 1.1.0
Summary
Connects to a broker, subscribes to a topic and gathers messages for a bounded listening period at a chosen quality of service, then disconnects.
Typical use — collecting from IoT and telemetry brokers on a schedule, where the listening window is the run's unit of work
1.1.02026-08-17
Added
- Added an
Optionsparameter to control error handling: useThrowErrorOnFailureto throw on failure, or set it tofalseto receive the error details in the result instead.
1.0.02025-04-07
Added
- Initial implementation