RobertIndie commented on code in PR #167:
URL: https://github.com/apache/pulsar-dotpulsar/pull/167#discussion_r1295954536


##########
src/DotPulsar/Internal/Abstractions/IConnection.cs:
##########
@@ -42,4 +42,6 @@ public interface IConnection : IAsyncDisposable
     Task Send(SendPackage command, TaskCompletionSource<BaseCommand> 
responseTcs, CancellationToken cancellationToken);
     Task<BaseCommand> Send(CommandGetOrCreateSchema command, CancellationToken 
cancellationToken);
     Task<BaseCommand> Send(CommandPartitionedTopicMetadata command, 
CancellationToken cancellationToken);
+
+    void MarkInactive();

Review Comment:
   But this way, the PingPongHandler will be subjected to 
closeInactiveConnectionsInterval. This will make users confused.



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