mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-07-30 04:27:34 +02:00
Fix async prefix in examples
Summary: related to T15996 Reviewers: iljazovic Reviewed By: iljazovic Subscribers: miljen Differential Revision: https://repo.mireo.local/D33773
This commit is contained in:
@ -40,9 +40,9 @@ using stream_type = asio::ip::tcp::socket;
|
||||
|
||||
constexpr auto broker = "broker.hivemq.com";
|
||||
constexpr auto connect_wait_dur = std::chrono::milliseconds(200);
|
||||
constexpr auto topic = "async-mqtt5/test";
|
||||
constexpr auto share_topic = "$share/sharename/async-mqtt5/test";
|
||||
constexpr auto payload = "hello from async-mqtt5";
|
||||
constexpr auto topic = "boost-mqtt5/test";
|
||||
constexpr auto share_topic = "$share/sharename/boost-mqtt5/test";
|
||||
constexpr auto payload = "hello from boost-mqtt5";
|
||||
|
||||
template <typename TestCase>
|
||||
void run_test(TestCase&& test_case) {
|
||||
|
Reference in New Issue
Block a user