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 ben.brown
Recipients asvetlov, ben.brown, christian.heimes, maayank, yselivanov
Date 2019-07-22.10:53:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563792833.19.0.983448615099.issue37226@roundup.psfhosted.org>
In-reply-to
Content
I can fully confirm the issue is due to flow control or lack of in my code the system runs out of resources and this is when it errors, I have implemented flow control in my protocol and it now works without errors. One thing I did find is that the documentation on flow control was lacking but luckily I found this post which makes implementation clearer https://medium.com/@pgjones/an-asyncio-socket-tutorial-5e6f3308b8b0

I am not sure if you would still classify this as a bug the error could be clearer but it could be expected behaviour when you run out of resources, I think this can now be closed I am just unsure of the etiquette as to who closes it and what resolution should be selected.
History
Date User Action Args
2019-07-22 10:53:53ben.brownsetrecipients: + ben.brown, christian.heimes, asvetlov, yselivanov, maayank
2019-07-22 10:53:53ben.brownsetmessageid: <1563792833.19.0.983448615099.issue37226@roundup.psfhosted.org>
2019-07-22 10:53:53ben.brownlinkissue37226 messages
2019-07-22 10:53:52ben.browncreate