This commit is contained in:
2024-09-27 14:57:46 +03:00
parent 1c327f8fd3
commit 242a0571e0
3 changed files with 17 additions and 24 deletions

View File

@@ -380,6 +380,7 @@ public:
if (start) {
start = false;
if (_receiveQueue.size()) { // return message from queue
timer->cancel();
msg = _receiveQueue.front();
_receiveQueue.pop();
if constexpr (std::is_same_v<msg_t, RMSGT>) {