Ejemplo n.º 1
0
 public async Task StartListenening(AsyncServerStreamingCall <TResult> client, CancellationToken ct)
 {
     await client.ListenUniStream(queue, ct);
 }