BewareMyPower commented on issue #436:
URL: 
https://github.com/apache/pulsar-client-cpp/issues/436#issuecomment-2260158568

   ```
   (lldb) p client.impl_.get()->pool_.pool_.begin()->second.get()->consumers_
   (pulsar::ClientConnection::ConsumersMap) $6 = size=0 {}
   ```
   
   It seems that the connection didn't have any consumer attached. After added 
some logs, I found the timer is cancelled.
   
   ```
   2024-07-31 18:09:26.468 INFO  [0x16daaf000] HandlerBase:198 | 
[persistent://public/default/output-partition-0, sub, 0] Ignoring timer 
cancelled event, code[asio.system:89]
   ```


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