Hey, I tried to figure out which functions exists, and I found those:
- Net object has only one function "connect"
- NetClient object (which is returned after executing .connect) has functions: "close", "lock", "on", "unlock" and "write"
Try using the close method.