Exemplo n.º 1
0
        public static void ConnectToServer(string endpoint = "localhost", int port = 50777)
        {
            var channel = new Channel(endpoint, port, ChannelCredentials.Insecure);

            Client = new CameraStream.CameraStreamClient(channel);

            Debug.Log("[OfCourseIStillLoveYou]: GrpcClient Connected to Server");
        }
Exemplo n.º 2
0
        public static void ConnectToServer(string endpoint = "localhost", int port = 50777)
        {
            var channel = new Channel(endpoint, port, ChannelCredentials.Insecure);

            Client = new CameraStream.CameraStreamClient(channel);
        }