ws-process 0.3.40 → 0.3.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -756,9 +756,7 @@ function asyncSend(msg) {
|
|
|
756
756
|
}
|
|
757
757
|
}
|
|
758
758
|
|
|
759
|
-
|
|
760
|
-
jsonMSG.compressAsGzip = true;
|
|
761
|
-
}
|
|
759
|
+
jsonMSG.compressAsGzip = true;
|
|
762
760
|
|
|
763
761
|
console.log('%csending message:', 'color:green', jsonMSG);
|
|
764
762
|
|