Comparing version 1.0.6 to 1.0.7
@@ -607,4 +607,4 @@ "use strict"; | ||
if (head.num == head.count) { | ||
console.log('接收消息:' + that.currentReceive.get(head.id)); | ||
console.log('接收消息数量:' + that.currentReceive.get(head.id).length); | ||
console.log(head.id + ':接收消息:' + that.currentReceive.get(head.id)); | ||
console.log(head.id + ':接收消息数量:' + that.currentReceive.get(head.id).length); | ||
let lostfiles = that.lostReceive.get(head.id); | ||
@@ -627,4 +627,4 @@ if (lostfiles == undefined) { | ||
} | ||
console.log('丢失消息:' + that.lostReceive.get(head.id)); | ||
console.log('丢失消息数量:' + that.lostReceive.get(head.id).length); | ||
console.log(head.id + ':丢失消息:' + that.lostReceive.get(head.id)); | ||
console.log(head.id + ':丢失消息数量:' + that.lostReceive.get(head.id).length); | ||
} | ||
@@ -631,0 +631,0 @@ if (total == head.length) { |
{ | ||
"name": "udptest", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "udp test", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31164