Networking in Blueprint

@Aesais The close packet should send automatically right, and yes, the server does disconnect, because the client disconnects, so it causes the server to crash. Thanks to C# try and catch, I can catch that client disconnected, and break out of the loop. Thank you, I did fix my problem, but in a dirty way, since with TCP there’s no knowing what can happen.