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

Serhiy Storchaka report at bugs.python.org
Tue Apr 21 12:41:20 EDT 2020


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

If sending log messages is not guaranteed, we could use UDP. But when we use TCP it is expected that log messages will not be lost.

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list