BewareMyPower commented on issue #127:
URL: 
https://github.com/apache/pulsar-client-python/issues/127#issuecomment-1588295807

   Yes. We cannot delete or close a `Client` object anyway.
   
   > Perhaps by tracking constructing PID and short-circuiting/no-opping 
destructor calls if the destructing PID and constructing PID mis-match?
    `
   Yeah, we can record the PID when constructing a `Client` object and only 
call `shutdown` in the destructor when the PID is the same with the recorded 
PID.


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