From 7ca6179c666273c850e09f5ecbfc757d653c29ef Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Mon, 18 May 2015 14:28:22 -0700 Subject: Make IAsyncReadStream use IAsyncEnumerator from Ix-Async --- src/csharp/Grpc.Core/ServerCallContext.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/csharp/Grpc.Core/ServerCallContext.cs') diff --git a/src/csharp/Grpc.Core/ServerCallContext.cs b/src/csharp/Grpc.Core/ServerCallContext.cs index e873b3e88a..bc9a499c51 100644 --- a/src/csharp/Grpc.Core/ServerCallContext.cs +++ b/src/csharp/Grpc.Core/ServerCallContext.cs @@ -42,7 +42,6 @@ namespace Grpc.Core /// public sealed class ServerCallContext { - // TODO(jtattermusch): add cancellationToken // TODO(jtattermusch): add deadline info -- cgit v1.2.3