CoapClient (unittests)

- Unset for now
This commit is contained in:
Tristan B. Velloza Kildaire 2023-09-26 15:09:44 +02:00
parent c2075dd604
commit 5edfd4ae36
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ unittest
.post();
client.setExchangeLifetime(dur!("msecs")(180));
// client.setExchangeLifetime(dur!("msecs")(180));
writeln("Future start (first)");
CoapPacket response = future.get();