dionjansen commented on a change in pull request #47:
URL: https://github.com/apache/pulsar-dotpulsar/pull/47#discussion_r446242805



##########
File path: src/DotPulsar/Internal/Connection.cs
##########
@@ -97,6 +97,9 @@ public Task Send(CommandAck command, CancellationToken 
cancellationToken)
         public Task Send(CommandFlow command, CancellationToken 
cancellationToken)
             => Send(command.AsBaseCommand(), cancellationToken);
 
+        public Task Send(CommandRedeliverUnacknowledgedMessages command, 
CancellationToken cancellationToken)
+          => Send(command.AsBaseCommand(), cancellationToken);

Review comment:
       fixed




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to