CoapClient

- Bumped `EXCHANGE_LIFETIME` to 5 seconds (for now)
This commit is contained in:
Tristan B. Velloza Kildaire 2023-09-26 19:35:14 +02:00
parent 481afbb194
commit 1190199905
1 changed files with 3 additions and 0 deletions

View File

@ -69,6 +69,9 @@ public class CoapClient
this.requestsLock = new Mutex();
this.midsLock = new Mutex();
// FIXME: Change to algorithmic later
this.setExchangeLifetime(dur!("seconds")(5));
init();
}