xmeye icon indicating copy to clipboard operation
xmeye copied to clipboard

Request - response matching

Open alex-eri opened this issue 4 years ago • 0 comments

Hi, Grzegorz

I writing async client for xm camera too. Reading responces done in separate task for true async requests. My problem is matching some requests with responses.

LOGIN, KeepAlive, OPTimeQuery, OPFileQuery responds with same sequence_number, but OPPlayBack respond with sequence_number+1. Do you know if this is Camera bug or feature? Maybe you seen some docs about it.

My code https://github.com/alex-eri/xmcam

alex-eri avatar Oct 23 '20 18:10 alex-eri