socket_protobuf
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -5,2 +5,5 @@ "use strict"; | ||
static send(socket, cmdId, newBuff) { | ||
if (null == socket) { | ||
return; | ||
} | ||
let headBuffer = Buffer.alloc(BufferSender.headLength); //增加协议数据包头部,并设置协议ID、数据包长度 | ||
@@ -7,0 +10,0 @@ headBuffer.writeUInt32BE(newBuff.byteLength, BufferSender.idxProtoLen); |
{ | ||
"name": "socket_protobuf", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "socket发送protobuf二进制流的SDK", | ||
@@ -5,0 +5,0 @@ "main": "App.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
46311
1291