nfultz / grpc

gRPC clients and servers in R
72 stars 24 forks source link

WIP Replace callWithMetadata() with call() #34

Closed Shehab7osny closed 4 years ago

Shehab7osny commented 4 years ago

This update Closes #33 The function callWithMetadata() updated previously in pull request #26 with replaced with call(). It wasn't replaced in this example and this raised an error.

Shehab7osny commented 4 years ago

I applied several more tests on this update to check that it works perfectly and solves the issue. I'm now pretty sure that this update will not break the main code in anyway and it will successfully solve the problem described in the mentioned issue.