响应列表时不再广播
This commit is contained in:
parent
db866a8e46
commit
380878667b
@ -8,9 +8,11 @@ webrtc 实现的 p2p 信道
|
|||||||
- [x] 播放时高亮显示
|
- [x] 播放时高亮显示
|
||||||
- [x] 合并操作按钮
|
- [x] 合并操作按钮
|
||||||
- [ ] 对方退出时清除其列表
|
- [ ] 对方退出时清除其列表
|
||||||
|
- [x] 响应列表时不再广播
|
||||||
- [ ] 集群分发
|
- [ ] 集群分发
|
||||||
- [ ] 下载加速
|
- [ ] 下载加速
|
||||||
- [ ] 即时通讯
|
- [ ] 即时通讯
|
||||||
|
- [ ] 稳定通信
|
||||||
|
|
||||||
- 能获取所有在线设备列表
|
- 能获取所有在线设备列表
|
||||||
- 随机连接至四个设备, 且按效率扩展收缩
|
- 随机连接至四个设备, 且按效率扩展收缩
|
||||||
|
@ -153,7 +153,7 @@
|
|||||||
if (type === 'get_music_list') {
|
if (type === 'get_music_list') {
|
||||||
const ms = musicList.list.filter(item => item.arrayBuffer)
|
const ms = musicList.list.filter(item => item.arrayBuffer)
|
||||||
console.log(client.name, '请求音乐列表:', ms)
|
console.log(client.name, '请求音乐列表:', ms)
|
||||||
clientList.send('base', JSON.stringify({
|
clientList.sendto(client.id, 'base', JSON.stringify({
|
||||||
type: 'set_music_list',
|
type: 'set_music_list',
|
||||||
list: ms.map(({ id, name, size, type }) => ({ id, name, size, type }))
|
list: ms.map(({ id, name, size, type }) => ({ id, name, size, type }))
|
||||||
}))
|
}))
|
||||||
|
Loading…
Reference in New Issue
Block a user