Explorar el Código

修改到docker外运行环境

tags/v1.0.0^2
林万龙 hace 3 años
padre
commit
f7224e8747
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/main/java/com/telpo/dipperposition/server/DipperPositionServer.java

+ 1
- 1
src/main/java/com/telpo/dipperposition/server/DipperPositionServer.java Ver fichero

@@ -244,7 +244,7 @@ public class DipperPositionServer {
}
});

//channelFuture.channel().closeFuture().sync();
channelFuture.channel().closeFuture().sync();
} catch (InterruptedException e) {
e.printStackTrace();
} finally {


Cargando…
Cancelar
Guardar