intel / wds

Wireless Display Software For Linux OS (WDS)
https://01.org/wds
GNU Lesser General Public License v2.1
511 stars 104 forks source link

MessageSenderBase: add timeouts at the end of the queue #148

Closed michaelolbrich closed 8 years ago

michaelolbrich commented 8 years ago

CanHandle and Handle operate on the first item of the queue. Without this change, they operate on the newest item. However, any ariving response will be for the oldest request and CanHandle will reject a valid response if more than one item is in the queue.

pozdnyakov commented 8 years ago

lgtm. Thanks for patching