jarvjani
jarvjani
Hey, Curf.py: in set_can both self.bus and self.logbus are trying to initialize to same device. This is not possible, and will result as an error when trying to connect logbus....
fix for bug https://github.com/Openwide-Ingenierie/robotframework-can-uds-library/issues/1 Tested only on windows 7 and 10 with PCAN-USB
### Describe the bug Hi, I added this library to our project and couldn't get tests to run. I also found workaround for it. I attaced minimal reproduction, made with...
How to reproduce: - create broker using rumqttd-0.19.0 - Set max_connections to some number, lets say 7000 - Bombard with mqttx with higher amount, lets say 7001 clients. I downloaded...