Tom Cook <tom.k.c...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32244>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to