From 22089b69d61c9712a086212a1f0d7a27bcd11e50 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Mon, 27 Apr 2020 23:19:36 +0200 Subject: [PATCH] WIP: Exception handling in message.d --- source/connection/message.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/connection/message.d b/source/connection/message.d index 65cf595..1faa766 100644 --- a/source/connection/message.d +++ b/source/connection/message.d @@ -5,6 +5,8 @@ import std.json : JSONValue, parseJSON, toJSON; import utils.debugging : debugPrint; import std.stdio : writeln; +/* TODO: Use exception handling here */ + /** * Generalized socket receive function which will read into the * variable pointed to by `receiveMessage` by reading from the