Chatroom-in-C icon indicating copy to clipboard operation
Chatroom-in-C copied to clipboard

Writing bug

Open exdaddy opened this issue 5 years ago • 1 comments

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.

exdaddy avatar May 01 '20 23:05 exdaddy

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.

Tommaso-Sgroi avatar May 22 '21 11:05 Tommaso-Sgroi