File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 3636 push : true
3737 platforms : linux/amd64
3838# tags: cdnbye/cbsignal_uws:latest
39- tags : cdnbye/cbsignal_uws:5.4.1
39+ tags : cdnbye/cbsignal_uws:5.4.2
Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ class Hub {
8383 // 批量发送
8484 const data = items . map ( item => {
8585 const json = JSON . parse ( item . toString ( ) ) ; // pb => json
86- json . action = undefined ;
8786 if ( json . from_peer_id ) {
8887 json . from = json . from_peer_id ;
8988 json . from_peer_id = undefined ;
Original file line number Diff line number Diff line change 11{
22 "name" : " cbsignal_uws" ,
3- "version" : " 5.4.1 " ,
3+ "version" : " 5.4.2 " ,
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