FastHttpApi icon indicating copy to clipboard operation
FastHttpApi copied to clipboard

WebSocket连接时能否传递参数

Open lxy-l opened this issue 2 years ago • 0 comments

websocket = new WebSocket("ws://127.0.0.1:6002/" + wsGroupId); 能否根据前端传递的参数将连接分组,然后发消息只在组内发送

lxy-l avatar Dec 20 '22 05:12 lxy-l