-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
| req.WaitForResponse(); |
Before executing req.WaitForResponse(), it's possible that this request has been TakeRequested and SendResponseed in ros executor thread, and the condition variable waiting in req.WaitForResponse() totally missing the notify and blocked forever.
To increase the possiblity of reproducing this problem, add something like std::this_thread::sleep_for(std::chrono::milliseconds(5)); before req.WaitForResponse().
Metadata
Metadata
Assignees
Labels
No labels