missing reset of timedOut value in loop of decrementDeviceReplyMap
This commit is contained in:
parent
adbf375f38
commit
4d34f93cfc
@ -253,6 +253,7 @@ void DeviceHandlerBase::decrementDeviceReplyMap() {
|
|||||||
if (timedOut) {
|
if (timedOut) {
|
||||||
replyToReply(replyPair.first, replyPair.second, TIMEOUT);
|
replyToReply(replyPair.first, replyPair.second, TIMEOUT);
|
||||||
missedReply(replyPair.first);
|
missedReply(replyPair.first);
|
||||||
|
timedOut = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user