1、回退,不用TCP推送
This commit is contained in:
parent
787759d7d3
commit
68c3297a19
@ -54,7 +54,7 @@ public class D331RtcmMessageExecutor implements Executor<D331RtcmMessage, Void>
|
||||
String deviceId = device.getDeviceId();
|
||||
OnlineChannels.INSTANCE.get(deviceId).ifPresent(deviceChannel -> {
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("forward d331 rtcm message to device {}", deviceId);
|
||||
logger.debug("forward d331 rtcm to device {}", deviceId);
|
||||
}
|
||||
if (deviceId.startsWith("2307")) {
|
||||
forwardBytes[2] = (byte) (forwardBytes[2] & 0x07);//兼容不带序号的测站
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user