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 Tom Cook
Recipients Tom Cook
Date 2017-12-07.15:12:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512659565.91.0.213398074469.issue32244@psf.upfronthosting.co.za>
In-reply-to
Content
The same goes for `Connection.recv()`, as in the sample code another case where the thread will never terminate is when a `Client` is connected to the socket but never sends any messages; in this case, the call to `recv()` will block forever.  There is no way at all to interrupt this.
History
Date User Action Args
2017-12-07 15:12:45Tom Cooksetrecipients: + Tom Cook
2017-12-07 15:12:45Tom Cooksetmessageid: <1512659565.91.0.213398074469.issue32244@psf.upfronthosting.co.za>
2017-12-07 15:12:45Tom Cooklinkissue32244 messages
2017-12-07 15:12:45Tom Cookcreate