From b069a03ab43729340f46dd764200004d7b82be64 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Fri, 22 Sep 2023 16:49:55 +0200 Subject: [PATCH] CoapClient - Added TODO to move the `Socket` into the messaging layer --- source/doap/client/client.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/doap/client/client.d b/source/doap/client/client.d index 32598c5..35a7c83 100644 --- a/source/doap/client/client.d +++ b/source/doap/client/client.d @@ -26,6 +26,8 @@ public class CoapClient /** * The datagram socket + * + * TODO: Move this into the messaging layer */ package Socket socket;