aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/MathClient/MathClient.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/csharp/MathClient/MathClient.cs')
-rw-r--r--src/csharp/MathClient/MathClient.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/csharp/MathClient/MathClient.cs b/src/csharp/MathClient/MathClient.cs
index a740c0ac49..a54c8e3809 100644
--- a/src/csharp/MathClient/MathClient.cs
+++ b/src/csharp/MathClient/MathClient.cs
@@ -42,6 +42,8 @@ namespace math
{
public static void Main (string[] args)
{
+ GrpcEnvironment.Initialize();
+
using (Channel channel = new Channel("127.0.0.1:23456"))
{
MathGrpc.IMathServiceClient stub = new MathGrpc.MathServiceClientStub(channel);