Daniel Hrisca
Daniel Hrisca
Looks like dictionaries are now fully enabled in the LZ4 https://github.com/lz4/lz4/releases/tag/v1.10.0
It's worth mentioning that the `x.policy.daqQueue` items are now tuples with the content `(counter, timestamp, payload)` compared to `(payload, counter, length, timestamp)` before the policy change
And only for autosar
You should also capture the CANape connection part
The excel trace does not contain the TX messages were the XCP commands are sent. Please provide a complete trace recorded when CANape is doing the connect and download
 Trace 1 starts after CANape has established the XCP connection
it is possible that CANape is connecting with mode != 0 
Yes, the bus is completely handled in the dedicated process and the problem occurs on the shutdown call. The VX is not disconnected, I also have a XCP connection with...
I'm using `multiprocessing.Process` not `threading.Thread`. In the same function the bus is created, then the code runs a `while` loop gathering messages from the bus until a stop variable is...
@david32 please try the development branch code