DHB Reply Timeout #637

Merged
meierj merged 19 commits from meier/dhbReplyTimeout into development 2022-07-14 09:17:20 +02:00
Showing only changes of commit 4d34f93cfc - Show all commits

View File

@ -253,6 +253,7 @@ void DeviceHandlerBase::decrementDeviceReplyMap() {
if (timedOut) {
replyToReply(replyPair.first, replyPair.second, TIMEOUT);
missedReply(replyPair.first);
timedOut = false;
}
}
}