[issue40352] SocketHandler silently drops log messages on re-connect

Serhiy Storchaka report at bugs.python.org
Wed Sep 2 04:17:45 EDT 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

In this particular case we do not need a buffer. It is enough to reopen the socket and send the current message again.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40352>
_______________________________________


More information about the Python-bugs-list mailing list