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 72f1969 commit a23988aCopy full SHA for a23988a
packages/cubejs-cubestore-driver/src/WebSocketConnection.ts
@@ -118,7 +118,7 @@ export class WebSocketConnection {
118
throw new Error(`Cube Store missed message id: ${httpMessage.messageId()}`); // logging
119
}
120
121
- if (getEnv('nativeOrchestrator')) {
+ if (getEnv('nativeOrchestrator') && msg.length > 1000) {
122
try {
123
const nativeResMsg = parseCubestoreResultMessage(msg);
124
resolvers.resolve(nativeResMsg);
0 commit comments