One question.
Pls whats the "id" as used up there. Thanks.Thank you @inertia for this post. I was enlightened. I have been coming across it but haven gotten the general idea. Pls it would be appreciated if you throw more light in subsequent times.
You are viewing a single comment's thread from:
If i understood you, an id is a meaningless number that is echoed back to the client on each request. The reason it exists is to simplify the implementation of clients which want to be able to route an incoming response to its initiating request. It also allows distinguishing of push notifications from responses.
Hope that helps