KiwiBlank / TCPChat

Console Chat in C# using TCP
1 stars 0 forks source link

Code Cleanup #3

Closed KiwiBlank closed 3 years ago

KiwiBlank commented 3 years ago

Removed unnecessary variable that keeps track when users are connected.

Changed the ip input for the server to only be 0.0.0.0 as that seems to work better.