socket_protobuf
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -30,4 +30,4 @@ "use strict"; | ||
this._is_alive = false; | ||
this.removeEvent(); | ||
if (null != this.socket) { | ||
this.removeEvent(); | ||
this.socket.end(); | ||
@@ -47,2 +47,6 @@ } | ||
this._is_alive = true; | ||
if (null == this._functions) { | ||
this.dispose(); | ||
return; | ||
} | ||
this._functions[0].apply(null); | ||
@@ -49,0 +53,0 @@ }); |
{ | ||
"name": "socket_protobuf", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"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
46428
1295