Change Log
Version 0.0.5
Fixed a memory leak. No functionality changes. You need this update though!
Version 0.0.4
- Added RPC Command Ability - You can now send a script to be executed with arguments using gnet_rpc_send(connectionId, scriptId, [arguments]);
Note that a packet layout is not needed for this, and gnet_OnRPCMessage() is where you can handle the RPC Reception.
- More documentation Error Fixes
Version 0.0.3
Documentation Fixes. No Functionality Changes.