Previously, a new socket was being opened and closed on every call. Now, there is one socket per client which is used continuously until the connection closes.
Got multiple remote calls from one client working Improved error messages Got function name and arguments sent over as well as return values