Commit 9927b379 authored by duanruiming's avatar duanruiming

[update] 信号机灯态推送todo

parent 5ea8aec2
......@@ -40,6 +40,14 @@ import java.util.*;
@RequiredArgsConstructor
@Slf4j
public class SignalStatusTask {
/**
* todo 当前有使用crossId,control路口编号,系统名称作为用户编号,导致出现相同用户登录会把之前websocket连接抢占,导致原来websocket
* 不推送问题
* 1、通过统一认证,一个用户只能登录一次,其他连接不需要推送
* 2、通过将crossId路口编号作为topic,推送灯态时发送给多有相同的主题
*/
private final UtcFeignClients utcFeignClients;
private final TDeviceStatusMapper tDeviceStatusMapper;
private final ControlHistMapper controlHistMapper;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment