STM32WB OpenThread Coap Multiple Responses
I am attempting to send Multicast Non-Confirmable coap messages to multiple boards, but am only receiving and handling the first response that comes in.
This seems to be supported in the upstream implementation found at https://github.com/openthread/openthread/blob/master/src/core/coap/coap.cpp#L513.
Can you please confirm whether your OpenThread implementation allows receiving multiple responses or if there is a problem with my implementation.