Commit 0b9ceec6 authored by Lemon's avatar Lemon Committed by 吴晟 Wu Sheng

Fix : call already cancelled (#52)

parent ac877fe9
...@@ -69,6 +69,7 @@ namespace SkyWalking.Remote ...@@ -69,6 +69,7 @@ namespace SkyWalking.Remote
{ {
await asyncClientStreamingCall.RequestStream.WriteAsync(segment); await asyncClientStreamingCall.RequestStream.WriteAsync(segment);
await asyncClientStreamingCall.RequestStream.CompleteAsync(); await asyncClientStreamingCall.RequestStream.CompleteAsync();
await asyncClientStreamingCall.ResponseAsync;
} }
_logger.Debug( _logger.Debug(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment