You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In most types of replies, we don't need to include commands in message.
But in PrepareReply we need to include it because the local instance could be Nil.
We can optimize it out if sender knows the commands. This will reduce traffic load to a large extent.