提交 2532b19bdf07cea3aac33dc0e1a79bffe95df60a
1 个父辈
72ab63f4
live
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
... | ... | @@ -46,8 +46,8 @@ public class LiveAppServer { |
46 | 46 | private final String CommandType = "type"; |
47 | 47 | private final String ShutUpCommand = "shutUp"; |
48 | 48 | |
49 | - private String subTopic = "room"; | |
50 | - private String pubTopic = "roomSend"; | |
49 | + private String subTopic = "roomSend"; | |
50 | + private String pubTopic = "room"; | |
51 | 51 | private String mqttSecondTopicMessage = "message"; |
52 | 52 | private String mqttSecondTopicP2p = "p2p"; |
53 | 53 | private String mqttSecondTopicStatus = "status"; | ... | ... |