Переглянути джерело

do not reset interrupted flag before interrupting

pull/51/head
Jonathan Cobb 4 роки тому
джерело
коміт
1cbfa40cdd
1 змінених файлів з 0 додано та 1 видалено
  1. +0
    -1
      bubble-server/src/main/java/bubble/service/device/StandardFlexRouterService.java

+ 0
- 1
bubble-server/src/main/java/bubble/service/device/StandardFlexRouterService.java Переглянути файл

@@ -97,7 +97,6 @@ public class StandardFlexRouterService extends SimpleDaemon implements FlexRoute
background(() -> {
sleep(INTERRUPT_WAIT);
log.debug("interruptSoon: interrupting...");
synchronized (interrupted) { interrupted.set(false); }
interrupt();
}, "StandardFlexRouterService.interruptSoon");
}


Завантаження…
Відмінити
Зберегти