不同的WebSocket连接但接收到的消息混杂在一起”
创始人
2025-01-08 20:00:31
0

在服务器端为每个WebSocket连接创建一个唯一标识符,并在每条发送的消息中包含此标识符。客户端收到消息后,可以根据标识符将它们分组并正确地显示。以下是Node.js示例代码:

// server side const WebSocket = require('ws'); const wss = new WebSocket.Server({ port: 8080 });

function getUniqueID() { return Date.now().toString(36) + Math.random().toString(36).substr(2); }

wss.on('connection', function connection(ws) { const uniqueID = getUniqueID(); ws.id = uniqueID;

ws.on('message', function incoming(message) { const parsedMsg = JSON.parse(message); const sendMsg = { id: ws.id, content: parsedMsg.content, };

wss.clients.forEach(function each(client) {
  if (client.readyState === WebSocket.OPEN && client.id !== ws.id) {
    client.send(JSON.stringify(sendMsg));
  }
});

}); });

// client side const socket = new WebSocket('ws://localhost:8080');

socket.addEventListener('message', function(event) { const parsedMsg = JSON.parse(event.data); const messageDiv = document.createElement('div'); messageDiv.innerText = parsedMsg.content; document.body.appendChild(messageDiv); });

相关内容

热门资讯

透视辅助!hhpoker有没有... 透视辅助!hhpoker有没有透视辅助(透视)werplan脚本,教程策略(竟然有挂)-哔哩哔哩1、...
透视教你!wepoker模拟器... 您好,wepoker到底有没有透视这款游戏可以开挂的,确实是有挂的,需要了解加去威信【4852750...
透视透视!wepoker怎么开... 透视透视!wepoker怎么开辅助(透视)佛手大菠萝13道挂哪里,教程攻略(真是有挂)-哔哩哔哩1、...
透视透视!hhpoker真的有... 透视透视!hhpoker真的有透视吗(透视)pokermaster破解版,教程策略(确实有挂)-哔哩...
透视揭露!wepoker能不能... 透视揭露!wepoker能不能透视(透视)wepoker免费透视脚本,教程窍要(有挂详细)-哔哩哔哩...
透视解迷!wpk刷入池率脚本(... 透视解迷!wpk刷入池率脚本(透视)wepoker高级辅助,教程技法(真的有挂)-哔哩哔哩1、玩家可...
透视推荐!wepoker亲友圈... 透视推荐!wepoker亲友圈有用吗(透视)wepoker透视有没有,教程教材(有挂详细)-哔哩哔哩...
透视分享!hhpoker智能辅... 透视分享!hhpoker智能辅助插件(透视)有没有人wepoker,教程教程书(真实有挂)-哔哩哔哩...
透视推荐!pokermaste... 透视推荐!pokermaster脚本(透视)佛手在线大菠萝技巧,教程手段(有挂规律)-哔哩哔哩1、很...
透视分享!哈糖大菠萝开挂(透视... 透视分享!哈糖大菠萝开挂(透视)wpk私人局辅助是真的吗,教程练习(有挂技术)-哔哩哔哩1、这是跨平...