Receiving only one message, any obvious issues in my connector code?
rusefillc opened this issue · 1 comments
rusefillc commented
I have a CAN device and my own ISO-TP layer, my code seems to be working on Windows on PCAN see rusefi/rusefi#4123 (comment)
My SocketCan connector starts a thread and should receieve a few messages see https://github.com/rusefi/rusefi/blob/master/java_console/io/src/main/java/com/rusefi/io/stream/SocketCANIoStream.java
in reality we only receive one message even on can dump not sure if any kind of ACK is needed / is controlled by JavaCan later?
rusefillc commented
it was a defect on our end sorry rusefi/rusefi@40a9bf5
thank you for the great library it just works!