-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
In the only example how to receive messages this is done like this:
Lines 91 to 93 in 5375062
for (;;) { | |
// Receive an Appplication Message from the subscribed Topic(s). | |
auto&& [ec, topic, payload, publish_props] = co_await client.async_receive(use_nothrow_awaitable); |
Which means only a single thread is used to process incoming messages. It is possible to use multiple threads to process subscribed topics?
Metadata
Metadata
Assignees
Labels
No labels