1
0
mirror of https://github.com/eclipse/paho.mqtt.cpp.git synced 2025-05-11 20:42:26 +08:00

13 Commits

Author SHA1 Message Date
fpagliughi
c8aabb5d82 #528 Backed out the connect wait to keep testing publish-before-connect 2025-01-05 16:27:25 -05:00
fpagliughi
2b8bfbb94e #528 Wait for connection in the 'async_publish_time' example 2025-01-04 21:41:28 -05:00
fpagliughi
5e641dd443 #451 Added low keep alive to async_publish_time to test connected/connection_lost callbacks. 2025-01-03 19:47:55 -05:00
fpagliughi
9bb127986d #523 Additional ways to create and publish messages with v5 properties 2025-01-03 15:31:44 -05:00
fpagliughi
03dfef98ac Encapsulated quit functionality in 'data_publish' example 2024-07-06 10:40:04 -04:00
fpagliughi
0bf6394fb3 Added ^C handling to some examples for clean exits. 2024-07-05 20:59:19 -04:00
fpagliughi
be263432c1 Updated examples to optionally take server URI from command line. 2024-07-05 15:53:12 -04:00
fpagliughi
91bfc64bdd Fixed doc comment and deprecation warnings. 2024-06-26 21:45:20 -04:00
fpagliughi
381caad141 - Added properties iterator.
- Added property typeid, type name, and cleaned up constructor.
- Exception checks if return code is reason code.
- Added 'server_property_v5' example app.
2024-06-26 18:56:05 -04:00
fpagliughi
e3d6ad0710 Some cleanup of token and properties. Got rid of fake reason code, MQTTPP_V3_CODE 2024-06-24 18:04:48 -04:00
fpagliughi
d386d30be9 Reworked 'create_options' for all params (serverURI, clientId, etc); new persistence_type variant; reqorked async_client constructors 2024-06-22 20:00:06 -04:00
fpagliughi
7d5dcce159 Reformat sources and added .clang-format files. 2024-06-18 16:01:26 -04:00
fpagliughi
c36d123042 Moved samples to top-level and renamed 'examples' 2024-06-15 10:05:17 -04:00