From 012eb5bc9fed32cb3b158f6b120e9c241008952a Mon Sep 17 00:00:00 2001 From: Dmitry Zuikov Date: Tue, 23 May 2023 05:40:19 +0300 Subject: [PATCH] fixme added --- docs/todo/sendto-network-unreach.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/todo/sendto-network-unreach.txt diff --git a/docs/todo/sendto-network-unreach.txt b/docs/todo/sendto-network-unreach.txt new file mode 100644 index 00000000..a1c6e7be --- /dev/null +++ b/docs/todo/sendto-network-unreach.txt @@ -0,0 +1,11 @@ +FIXME: sendto-network-unreachable-fatal + + С новым кодом обработки ошибок происходит следующее падение: + ``` + [error] peerThread peerPingLoop Failed with Network.Socket.sendBufTo: does not exist (Network is unreachable) + Network.Socket.sendBufTo: does not exist (Network is unreachable) + ``` + Как воспроизвести: запускаем hbs2-peer, отключаем сеть, какое-то время ждём. + Предлагаемый фикс: вероятно, рестарт всего приложения целиком. + +