Modify handling pending requests 41/296741/3
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 4 Aug 2023 02:22:33 +0000 (11:22 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 4 Aug 2023 04:55:52 +0000 (13:55 +0900)
commit9d63821e7d568a4da68b4955b82d24b3305e891e
tree3b99bc09bdc23c1c077122c9d59bbc715ed3a102
parentd560dc51379a3313a75202ba9a38313e51fe0423
Modify handling pending requests

The SetTimer() method is added to the Request class. The method sets
a timer using the interval that is calculated with the timeout variable.
And, the log is added for debugging.

Change-Id: Ibb0636f8f3fc174948ae57e9b987c9ad13d4f6e1
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/lib/request/pending_item.cc
src/lib/request/pending_item.hh
src/lib/request/request.cc
src/lib/request/request.hh
src/lib/request/request_manager.cc
src/lib/request/request_manager.hh