#
Junjie
2 天以前 d62f97dabd206364220b74dfa0bb065d4e64dc7b
src/main/java/com/zy/core/ServerBootstrap.java
@@ -137,6 +137,8 @@
                    thread = new ZyStationV3Thread(deviceConfig, redisUtil);
                } else if (deviceConfig.getThreadImpl().equals("ZyStationV4Thread")) {
                    thread = new ZyStationV4Thread(deviceConfig, redisUtil);
                } else if (deviceConfig.getThreadImpl().equals("ZyStationV5Thread")) {
                    thread = new ZyStationV5Thread(deviceConfig, redisUtil);
                } else {
                    throw new CoolException("未知的线程实现");
                }