diff --git a/example/client/dub.selections.json b/example/client/dub.selections.json index 11f6af2..e2440f4 100644 --- a/example/client/dub.selections.json +++ b/example/client/dub.selections.json @@ -2,6 +2,6 @@ "fileVersion": 1, "versions": { "bformat": "1.0.8", - "tristanable": "0.0.18" + "tristanable": "0.0.19" } } diff --git a/example/client/source/app.d b/example/client/source/app.d index d7b7e2a..12e7f4f 100644 --- a/example/client/source/app.d +++ b/example/client/source/app.d @@ -22,6 +22,12 @@ void main() receivedKaka = manager.receiveMessage(70); writeln(receivedKaka); + + while(true) + { + writeln(manager.getQueue()); + } + diff --git a/example/server/dub.selections.json b/example/server/dub.selections.json index 11f6af2..e2440f4 100644 --- a/example/server/dub.selections.json +++ b/example/server/dub.selections.json @@ -2,6 +2,6 @@ "fileVersion": 1, "versions": { "bformat": "1.0.8", - "tristanable": "0.0.18" + "tristanable": "0.0.19" } }