From b32e89eb8b3bd1a7b11ff50d0d7c57f92bb91c57 Mon Sep 17 00:00:00 2001
From: Mahak Mukhi <mmukhi@google.com>
Date: Thu, 13 Apr 2017 14:55:06 -0700
Subject: [PATCH] added todo

---
 include/grpc++/test/mock_stream.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/grpc++/test/mock_stream.h b/include/grpc++/test/mock_stream.h
index e1dbd5ae3f..c26ddecb70 100644
--- a/include/grpc++/test/mock_stream.h
+++ b/include/grpc++/test/mock_stream.h
@@ -63,6 +63,8 @@ class MockClientReaderWriter : public ClientReaderWriterInterface<W, R> {
   MOCK_METHOD0_T(WritesDone, bool());
 };
 
+// TODO: We do not support mocking an async RPC for now.
+
 template <class R>
 class MockClientAsyncResponseReader
     : public ClientAsyncResponseReaderInterface<R> {
-- 
GitLab