currentId property
The ID of the message and the response are the same, that's how we can figure out which response corresponds to which sent message.
Implementation
int currentId = 1;
The ID of the message and the response are the same, that's how we can figure out which response corresponds to which sent message.
int currentId = 1;