loxone-java icon indicating copy to clipboard operation
loxone-java copied to clipboard

Race condition in command processing

Open jimirocks opened this issue 5 years ago • 0 comments

There is a race condition in LoxoneWebSocket.sendInternal() - in case the sent command response is received faster than command is actually added o the command queue. As proven in #83 it's problem for testing, however the real miniserver is much more slower making this race condition insignificant

Relates to #83

jimirocks avatar Feb 21 '20 20:02 jimirocks