From b879959b4d3d36e0ea0390286a9c8bbdfe28aa1b Mon Sep 17 00:00:00 2001 From: Gerhard Gonter <ggonter@gmail.com> Date: Thu, 1 Jun 2023 19:24:03 +0200 Subject: [PATCH] added a TODO POD section --- modules/util/Net/fanout.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/util/Net/fanout.pm b/modules/util/Net/fanout.pm index 1188ccc..c4de328 100644 --- a/modules/util/Net/fanout.pm +++ b/modules/util/Net/fanout.pm @@ -285,3 +285,9 @@ EOX __END__ +=head1 TODO + + * Lost connections to the fanout server are not detected, so at some + point, the application might crash, e.g. when something is sent to + the fanout server. + -- GitLab