loxone-java
loxone-java copied to clipboard
Race condition in command processing
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