kurbatov / firmata4j

Firmata client written in Java.
MIT License
87 stars 45 forks source link

bug on FirmataDevice start fail. #23

Closed alizelzele closed 6 years ago

alizelzele commented 6 years ago

if transport fails to start, it tries to start again instead of trying to stop (my bad). 😞 also we need to stop the started parser before throwing exception (guess who's) 😆