Do an IPC request on the cluster master.
Signature
request(String method, Mixed args, [Function callback]) : void
Parameters
- method
- Name of the method
- Type: String
- args
- Argument(s) to pass to the method, Objects are prefered
- Type: Mixed
- [callback]
- Function to call on an given IPC response
- Type: Function