Exemplo n.º 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");
        }
Exemplo n.º 2
0
        public async Task <string> Login(LoginRequestMsg login)
        {
            Console.WriteLine($"Worker Waiting {i} - Username: {login.Username} Password: {login.Password}");

            return("landlocked");
        }