entvex commented on issue #218:
URL: 
https://github.com/apache/pulsar-dotpulsar/issues/218#issuecomment-2128942080

   Hi @christian-ledesma ,
   
   Thank you for your question. While you didn't provide a code snippet, I'll 
make some assumptions based on your context.
   
   If you're using `Send` without a cancellation token, and it fails to 
connect, your application will wait indefinitely. To avoid this, consider 
creating a token that cancels after a specified time span.
   
   For handling state changes, refer to the wiki on 
[monitoring](https://github.com/apache/pulsar-dotpulsar/wiki/Monitoring) in 
Pulsar.
   
   If you're interested in specific exceptions, explore the 
[Resilience](https://github.com/apache/pulsar-dotpulsar/wiki/Resilience) 
section in the wiki.
   
   I hope this helps! Let me know if you have any further questions.
   


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