mirror of
https://github.com/espressif/openthread.git
synced 2026-08-05 18:37:45 +00:00
[udp] call at most one handler (#3398)
This commit is contained in:
@@ -415,6 +415,7 @@ void Udp::HandlePayload(Message &aMessage, MessageInfo &aMessageInfo)
|
||||
}
|
||||
|
||||
socket->HandleUdpReceive(aMessage, aMessageInfo);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user