WIP: Exception handling in message.d

This commit is contained in:
Tristan B. Kildaire 2020-04-27 23:19:36 +02:00
parent 543a6168ed
commit 22089b69d6
1 changed files with 2 additions and 0 deletions

View File

@ -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