From d2661421bd0f32bbb2c96e458f9d3fdb46bb188b Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Fri, 22 Sep 2023 17:39:25 +0200 Subject: [PATCH] CoapMessagingLayer - Fixed bug whereby OUR running status was not being used --- source/doap/client/messaging.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/doap/client/messaging.d b/source/doap/client/messaging.d index 1e5ff3e..cbf1890 100644 --- a/source/doap/client/messaging.d +++ b/source/doap/client/messaging.d @@ -134,7 +134,7 @@ class CoapMessagingLayer : Thread private void loop() { // TODO: Ensure below condition works well - while(this.client.running) + while(this.running) { writeln("h");