File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3535 with :
3636 push : true
3737 platforms : linux/amd64
38- # tags: cdnbye/cbsignal_uws:latest
39- tags : cdnbye/cbsignal_uws:5.4.2
38+ tags : cdnbye/cbsignal_uws:latest
39+ # tags: cdnbye/cbsignal_uws:5.4.2
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ class Hub {
8383 // 批量发送
8484 const data = items . map ( item => {
8585 const json = JSON . parse ( item . toString ( ) ) ; // pb => json
86+ if ( json . action === 'signal' ) json . action = undefined ;
8687 if ( json . from_peer_id ) {
8788 json . from = json . from_peer_id ;
8889 json . from_peer_id = undefined ;
Original file line number Diff line number Diff line change 11{
22 "name" : " cbsignal_uws" ,
3- "version" : " 5.4.2 " ,
3+ "version" : " 5.4.3 " ,
44 "description" : " SwarmCloud signaling server using uWebSockets.js" ,
55 "main" : " index.js" ,
66 "bin" : " index.js" ,
You can’t perform that action at this time.
0 commit comments