Message376229
> It is enough to reopen the socket and send the current message again.
A common reason for connection failure in SocketHandler is the other end going offline for some reason. The offline period can often be measured in seconds to hours, or even longer. The current strategy is to retry connection, but on the next logging call, and with an exponential backoff.
Otherwise, if the remote end goes down and you keep retrying to connect on the same call, the handler would keep trying to connect and failing, and this could slow things down. |
|
Date |
User |
Action |
Args |
2020-09-02 11:32:11 | vinay.sajip | set | recipients:
+ vinay.sajip, serhiy.storchaka, remi.lapeyre, Oleg Nykolyn |
2020-09-02 11:32:11 | vinay.sajip | set | messageid: <1599046331.26.0.0718825873111.issue40352@roundup.psfhosted.org> |
2020-09-02 11:32:11 | vinay.sajip | link | issue40352 messages |
2020-09-02 11:32:11 | vinay.sajip | create | |
|