Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
遇到这种情况如何实现服务器端代码
根据消息的类型,将不同的消息发送到不同的设备。例如:消息类型 1 到设备 1,2,3 消息类型 2 到设备 1,2,4,5,6 消息类型 3 到设备 2,4,5,7 等等
如何为上述情况实现服务器端编码。