Chatroom-in-C
Chatroom-in-C copied to clipboard
Writing bug
Hey.I just want to report writing bug. When client1 and client2 try to write at the same time and client1 send his message client1's message writing near the client2's message and cursor going to new line. but client2 didnt finish his message yet and it seems like display bug.
Hi, i'm writing my own chatroom in c and i'm having the same trouble. It happens because coming message get printed on user input, but it doesn't affect the writing message. Actually there is no way to fix it with standard lib.