wolfmic

Results 1 issues of wolfmic

I'm trying to follow the readme and I'm getting a Grpc error. instead of ```C# var client = new DgraphClient(new Channel("127.0.0.1:9080", ChannelCredentials.Insecure)); ``` I'm writing ```C# var channel = GrpcChannel.ForAddress("http://127.0.0.1:9080");...