We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41297f4 commit 94676d1Copy full SHA for 94676d1
src/core/Topic.js
@@ -43,6 +43,7 @@ function Topic(options) {
43
this.compression !== 'cbor' && this.compression !== 'none') {
44
this.emit('warning', this.compression +
45
' compression is not supported. No compression will be used.');
46
+ this.compression = 'none';
47
}
48
49
// Check if throttle rate is negative
0 commit comments