Results 206 comments of 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

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

![image](https://github.com/christoph2/pyxcp/assets/20952040/3ae93723-11eb-494c-8310-f9b1c620e3eb) Trace 1 starts after CANape has established the XCP connection

it is possible that CANape is connecting with mode != 0 ![image](https://github.com/christoph2/pyxcp/assets/20952040/fa6f2bb4-0b1f-40a7-8240-6b84024e44af)

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