CerebusOSS / pycbsdk

Pure Python package for communicating with Blackrock Cerebus devices
MIT License
2 stars 0 forks source link

`_handle_procmon` should warn if dropped packets #3

Open cboulay opened 7 months ago

cboulay commented 7 months ago

The device maintains a count of pkts_received. I think the procmon packets also have a count of how many packets were sent since the last procmon.

I suspect this approach won't work with multi-threaded systems because procmon might come out of order w.r.t. sent packets.