NightOwl888 commented on code in PR #1170:
URL: https://github.com/apache/lucenenet/pull/1170#discussion_r2312316721


##########
src/Lucene.Net.Tests.Replicator/Http/ReplicationServlet.cs:
##########
@@ -52,14 +52,16 @@ public void Configure(IApplicationBuilder app, 
IReplicationService service, Repl
             {
                 // LUCENENET: This is to allow synchronous IO to happen for 
these requests.
                 // LUCENENET TODO: Allow async operations from Replicator.

Review Comment:
   Done



##########
src/Lucene.Net.Tests.Replicator/Http/ReplicationServlet.cs:
##########
@@ -84,14 +86,15 @@ public async Task InvokeAsync(HttpContext context)
         {
             // LUCENENET: This is to allow synchronous IO to happen for these 
requests.
             // LUCENENET TODO: Allow async operations from Replicator.

Review Comment:
   Done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to