In LwM2M, the Server requests to observe the Object with ID = 4, Object instance with ID = 12, Resource with ID = 10, and tokens 4 and 9.
To do this, It sends the Observe commands. The next 3 actions are:
1. WRITE to /4/12/;
2, WRITE to /4/12/10, tokens 3 to 10;
3. DELETE /4/.
Afterward, the server sends Cancel Observe command.
How many messages of the tokens update we should get?