CoapMessagingLayer

- Fixed bug whereby OUR running status was not being used
This commit is contained in:
Tristan B. Velloza Kildaire 2023-09-22 17:39:25 +02:00
parent 6652cb1467
commit d2661421bd

View File

@ -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");