mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Communication: Increase device timeout in overloaded waitForMessageSync
This commit is contained in:
@@ -74,7 +74,7 @@ public:
|
|||||||
std::shared_ptr<Message> waitForMessageSync(
|
std::shared_ptr<Message> waitForMessageSync(
|
||||||
std::function<bool(void)> onceWaitingDo,
|
std::function<bool(void)> onceWaitingDo,
|
||||||
const std::shared_ptr<MessageFilter>& f = {},
|
const std::shared_ptr<MessageFilter>& f = {},
|
||||||
std::chrono::milliseconds timeout = std::chrono::milliseconds(50));
|
std::chrono::milliseconds timeout = std::chrono::milliseconds(500));
|
||||||
|
|
||||||
void dispatchMessage(const std::shared_ptr<Message>& msg);
|
void dispatchMessage(const std::shared_ptr<Message>& msg);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user