Comparing version 3.2.0 to 3.2.1
@@ -266,2 +266,3 @@ const b4a = require('b4a') | ||
this.stream.on('data', this._ondata.bind(this)) | ||
this.stream.on('end', this._onend.bind(this)) | ||
this.stream.on('error', noop) // we handle this in "close" | ||
@@ -397,2 +398,6 @@ this.stream.on('close', this._shutdown.bind(this)) | ||
_onend () { // TODO: support half open mode for the users who wants that here | ||
this.stream.end() | ||
} | ||
_decode (remoteId, state) { | ||
@@ -399,0 +404,0 @@ const type = c.uint.decode(state) |
{ | ||
"name": "protomux", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Multiplex multiple message oriented protocols over a stream", | ||
@@ -5,0 +5,0 @@ "main": "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
26063
694