pires / obd-java-api

OBD-II Java API
Apache License 2.0
599 stars 297 forks source link

Only one command can write and read a data in one time. #116

Closed valens254 closed 8 years ago

valens254 commented 8 years ago

This need for multi threaded apps. If some threads will read or write in one time then error will be occurred.

pires commented 8 years ago

Well, now we can sport a thread-safe badge :D

pires commented 8 years ago

Thank you @valens254!

valens254 commented 8 years ago

Welcome :)