mirror of
https://github.com/besterprotocol/besterd
synced 2023-12-13 21:00:32 +01:00
WIP: Exception handling in message.d
This commit is contained in:
parent
543a6168ed
commit
22089b69d6
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue