diff --git a/aprsd/client.py b/aprsd/client.py index 1af14b2..7bc4f02 100644 --- a/aprsd/client.py +++ b/aprsd/client.py @@ -67,6 +67,9 @@ class Client(metaclass=trace.TraceWrapperMetaclass): else: LOG.warning("Client not initialized, nothing to reset.") + # Recreate the client + LOG.info(f"Creating new client {self.client}") + @abc.abstractmethod def setup_connection(self): pass