1
0
mirror of https://github.com/eclipse/paho.mqtt.cpp.git synced 2025-05-10 12:02:32 +08:00

16 Commits

Author SHA1 Message Date
fpagliughi
9a93f49d75 #540 Missing default argument in async_client changed constructor breaks code compatibility. Updated 'client' and 'create_options' construcotrs to agree with 'async_client' 2025-03-10 16:00:49 -04:00
fpagliughi
bc7a4e9715 Some minor cleanup of PRs 2025-01-03 16:48:56 -05:00
Frank Pagliughi
7b2b3c2415
Merge pull request #518 from ssams/develop
Add function for checking async consumer event queue size
2025-01-03 16:23:36 -05:00
fpagliughi
9bb127986d #523 Additional ways to create and publish messages with v5 properties 2025-01-03 15:31:44 -05:00
Sebastian Sams
0fee432f02 add function for checking async consumer event queue size
Signed-off-by: Sebastian Sams <sebastian.sams@bestsolution.at>
2024-10-07 06:55:04 +00: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
9635a5157c Fixed segfult in new unit test on Mac 2023-11-20 21:26:15 -05:00
fpagliughi
cd6dd125a7 #343 async_client::try_consume_message_until taking single parameter fails to compile 2023-11-20 20:17:25 -05:00
fpagliughi
6f79d51d53 Fixed build warning with Windows MSVC 2023-11-20 19:28:07 -05:00
fpagliughi
a7e9b12042 #461 Updated license to EPL-v2.0 2023-11-18 14:01:59 -05:00
fpagliughi
509da56afc #313 Unit tests building on Windows. Support for Catch2 v3.x. Needed to get rid of make_unique<> for Windows 2023-11-11 16:14:20 -05:00
fpagliughi
d04883c1db Finished implementing persistence Catch2 unit test conversion 2020-10-26 11:16:18 -04:00
fpagliughi
2ffc120690 Restored non-blank client ID for the async unit tests. 2020-10-25 23:14:37 -04:00
fpagliughi
5b77b0e427 Moved unit test persistence directory to relative location 2020-10-25 11:08:26 -04:00
fpagliughi
b20494c10a Moved async_client unit tests to Catch2 2020-10-25 01:21:40 -04:00