Currently, calling multiple RCON functions in the class executes them in multiple sockets. This means that a new socket is opened for every command. Ideally, there should be a way to command the server manager to run a list of commands/functions using the same socket.