mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-10-31 18:47:48 +00:00
Allow polling with a timeout
This commit is contained in:
@@ -87,7 +87,7 @@ public:
|
||||
*
|
||||
* \param timeout The timeout to be set
|
||||
*/
|
||||
void set_timeout(const std::chrono::milliseconds& timeout);
|
||||
void set_timeout(std::chrono::milliseconds timeout);
|
||||
|
||||
/**
|
||||
* \brief Adds one or more brokers to this handle's broker list
|
||||
|
||||
Reference in New Issue
Block a user