vince
2023-12-18 092d4d994a95a9df6775c90401887dfba684e8ee
src/main/java/com/fzzy/protocol/bhzn/server/BhznGrainV2ServerEngine.java
@@ -17,7 +17,7 @@
@Service
public class BhznGrainV2ServerEngine {
    public static final Integer PORT = 19309;
    public static final Integer PORT = 19301;
    public static NettyServer ioServer = null;
@@ -36,7 +36,8 @@
        if (null != port) {
            ioServerOption.setPort(port);
        } else {
            ioServerOption.setPort(PORT);
            port = PORT;
            ioServerOption.setPort(port);
        }
        //确认结尾标志