missing reset of timedOut value in loop of decrementDeviceReplyMap
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user