Given a packet this will try and find an active request with a matching token and return it.
This will also remove it from the requests queue.
the packet received
the original CoapRequest if a match is found, otherwise null
See Implementation
Given a packet this will try and find an active request with a matching token and return it.
This will also remove it from the requests queue.