Merge branch 'master' into feature/exchange_lifetime

This commit is contained in:
Tristan B. Velloza Kildaire 2023-09-26 19:30:19 +02:00
commit 7071c9361f
1 changed files with 0 additions and 7 deletions

View File

@ -42,11 +42,6 @@ public class CoapClient
*/
private Mutex requestsLock;
/**
* Condition variable for watcher signalling
*/
private Condition watcherSignal;
/**
* Message IDs and lifetime map
*/
@ -72,8 +67,6 @@ public class CoapClient
this.messaging = new UDPMessaging(this); //UDP transport
this.requestsLock = new Mutex();
this.watcherSignal = new Condition(this.requestsLock);
this.midsLock = new Mutex();
init();