重复请求处理BUG
This commit is contained in:
parent
8366354f7a
commit
74c1355063
|
@ -439,7 +439,7 @@ bool TinyController::Valid(const Message& _msg)
|
|||
AckRequest(msg);
|
||||
else
|
||||
{
|
||||
if(AckResponse(msg)) return true;
|
||||
if(AckResponse(msg)) return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue