Hi Ashley,
>> Error = Unable to Close connection.||The error number was -34 which means Could not find connected client in Simple Connect Client or Server.||Error occurred in function NetSimple.CloseServerConnection
most common cause is that the connection was already closed by the other end. This error should be ignored. (preferably without displaying a MESSAGE statement).
>> Error = Error sending data.||The error number was -40 which means Could not send NetSimple Data.||Error occurred in function NetSimple.Send,WebHandler
This typically means you were trying to send data to the other side, but there was no connection to them - maybe because you did not open it, or maybe because they closed it.
cheers
Bruce