This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients calcheng, ngie, vinay.sajip
Date 2019-10-04.08:40:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570178420.22.0.603813885681.issue38354@roundup.psfhosted.org>
In-reply-to
Content
This could perhaps be handled by just swallowing errors in the constructor (as is done for Unix sockets, for example) and trying to connect in emit() if there is no connection.

Not sure I want to go down the caching route - it complicates things for what is a rare use case, plus raises the question of allowing configurable timeouts for the cache, etc.

This seems a rare use case, so I have things that have a higher priority on my list of things to do, but I'll certainly review a patch to address this.
History
Date User Action Args
2019-10-04 08:40:20vinay.sajipsetrecipients: + vinay.sajip, ngie, calcheng
2019-10-04 08:40:20vinay.sajipsetmessageid: <1570178420.22.0.603813885681.issue38354@roundup.psfhosted.org>
2019-10-04 08:40:20vinay.sajiplinkissue38354 messages
2019-10-04 08:40:20vinay.sajipcreate