in a chat app, using tcpSocket what will happen if the previous message is still in the process of sending and the client sends a new message, does the new message will be disregard? or it will queue and wait until the previous message sent
can you answer it in nonblock and blocking mode ?
TIA