Explorar el Código

do not reset interrupted flag before interrupting

pull/51/head
Jonathan Cobb hace 4 años
padre
commit
1cbfa40cdd
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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 Ver fichero

@@ -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");
}


Cargando…
Cancelar
Guardar