Add todo comment.

This commit is contained in:
Marek Wolan
2024-02-20 12:09:32 +00:00
parent f7c1da3118
commit 88f8e9cb42

View File

@@ -195,6 +195,7 @@ class DatabaseClient(Application):
if connection_id is None:
if self.connections:
connection_id = list(self.connections.keys())[-1]
# TODO: if the most recent connection dies, it should be automatically cleared.
else:
connection_id = str(uuid4())