Exemple #1
0
        public void reg_hub(string uuid)
        {
            log.log.trace(new System.Diagnostics.StackFrame(true), service.timerservice.Tick, "hub {0} connected", uuid);

            hubproxy _hubproxy = _hubmanager.reg_hub(juggle.Imodule.current_ch, uuid);

            _hubproxy.reg_hub_sucess();
        }
Exemple #2
0
        public void reg_hub(string uuid)
        {
            System.Console.WriteLine("hub " + uuid + " connected");

            hubproxy _hubproxy = _hubmanager.reg_hub(juggle.Imodule.current_ch, uuid);

            _hubproxy.reg_hub_sucess();
        }