Hi,
Hardware: CC2562P Sonoff dongle with Zstack 3.X,0
I've run the following test: sending a lot of packets, every seconds, to the dongle to control some lighting devices.
Result: After some time AF_DATA_REQUEST_SRSP returns with status 0x11 ( BUFFER FULL) and as I keep spamming commands, the dongle goes silent and stops responding to my AF_DATA_REQUEST ( I don't receive any AF_DATA_REQUEST_SRSP back) but after some time it returns alive and starts responding with status 0x02 (INVALID_PARAMETER) to all commands.
Any idea on why of this behaviour?