Remove synchronization to avoid deadlocks (#12603)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
parent
15f67c1457
commit
a868111a54
@ -711,7 +711,7 @@ public class TeslaVehicleHandler extends BaseThingHandler {
|
||||
sendCommand(COMMAND_WAKE_UP, account.wakeUpTarget);
|
||||
}
|
||||
|
||||
protected synchronized Vehicle queryVehicle() {
|
||||
protected Vehicle queryVehicle() {
|
||||
String authHeader = account.getAuthHeader();
|
||||
|
||||
if (authHeader != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user