Async chat server buffer issue
问题 can someone please help me out with this... I've been struggling all day. So I'm trying to learn Async sockets which is something that's been giving me trouble. The issue is basically the way I'm updating the ListBox with people who have joined the chat room's names: Basically what I'm doing is having each client send "!!addlist [nickname]" when they join the server. It's not ideal as it doesn't check for duplicates etc. but now I just want to know why it won't work. Whenever somebody adds a