Exemple #1
0
        public async Task <string> Login(LoginRequestMsg login)
        {
            Console.WriteLine($"Worker ({_uuid}) - Username: {login.Username} Password: {login.Password}");
            RpcContext context = RpcContext.Current;

            return("Wow");
        }
Exemple #2
0
        public async Task <string> Login(LoginRequestMsg login)
        {
            Console.WriteLine($"Worker Waiting {i} - Username: {login.Username} Password: {login.Password}");

            return("landlocked");
        }