diff --git a/source/doap/client/messaging.d b/source/doap/client/messaging.d index 2a6a8a4..9b942bd 100644 --- a/source/doap/client/messaging.d +++ b/source/doap/client/messaging.d @@ -98,6 +98,7 @@ class CoapMessagingLayer : Thread if(request) { writeln("Matched response '"~packet.toString()~"' to request '"~request.toString()~"'"); + writeln("Elapsed time: ", request.getElapsedTime()); // Fulfill the request with the received data and wake up sleepers request.future.receiveWake(packet);