apigear-io / template-cpp14

C++14 technology template
https://apigear.io/template-cpp14/docs/intro
MIT License
0 stars 2 forks source link

fix for olink tests #143

Closed dorotaphanSiili closed 2 months ago

dorotaphanSiili commented 3 months ago

PR introduces different way of waiting for messages to be delivered. Instead of sleep(someInterval) a conditional varaible is used with a condition that checks side effects of delivering the message.

141 is resolved with this method

142 is improved, but still not resolved, there are runs on which it doesn't fail but still most of them do

Closes #

📑 Description

✅ Checks

ℹ Additional Information

dorotaphanSiili commented 2 months ago

Accidentally delivered with docs fixes which was based on this branch. Before whitespace fixes and removal of 2 last commits.