Ejemplo n.º 1
0
        static RTClientFactory()
        {
            IRTClient rt;

            try
            {
                rt = new AsyncRTClient();
            }
            catch (System.Exception e)
            {
                Log.log(Backendless.BACKENDLESSLOG, e);
                rt = new RTClientWithoutSocketIO();
            }

            rtClient = rt;
        }