Ejemplo n.º 1
0
        public void Test()
        {
            //the below number will be increased for only the owner of this instance
            number++;
            string message = JSON.Method("NonSharedNumber", _clientId, number);

            //Send the above message directly to the client
            CometWorker.SendToJoint(_jointId, message);
        }