Comparing version 1.0.0 to 1.0.1
@@ -32,3 +32,3 @@ /* | ||
*/ | ||
var VERSION = '1.0.0', | ||
var VERSION = '1.0.1', | ||
@@ -623,2 +623,4 @@ DEFAULT_PORT = 4222, | ||
this.stream = net.createConnection(this.url.port, this.url.hostname); | ||
// this change makes it a bit faster on Linux, slightly worse on OS X | ||
this.stream.setNoDelay(true); | ||
// Setup the proper handlers. | ||
@@ -625,0 +627,0 @@ this.setupHandlers(); |
{ | ||
"name": "nats", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Node.js client for NATS, a lightweight, high-performance cloud native messaging system", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
81959
9
1688