--- name: Issue about: A request for help, a problem or a bug title: '' labels: '' assignees: '' --- Hi! Thanks for opening an issue. Please provide some specific details to make it easier to debug any problems. ## Environment - Version of ethercrab in use or git hash: [version here] - Operating system kind and version: [kind] [version] - EtherCAT devices in use: [list here] ## Uploads (these may need to be uploaded as a single ZIP) - A Wireshark capture of a single run of the buggy program - The log output of the program run with `RUST_LOG=debug` ## Description of the problem/feature request/other [description here] ## Code used to produce the bug ```rust // Failing test case demonstrating the issue here ```