You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.error(`TDengine version is too low, current version: ${version}, minimum required version: ${WsClient._minVersion}`);
253
-
throw(newWebSocketQueryError(ErrorCode.ERR_TDENIGNE_VERSION_IS_TOO_LOW,`Version mismatch. The minimum required TDengine version is ${WsClient._minVersion}`));
257
+
logger.error(`TDengine version is too low, current version: ${this._version}, minimum required version: ${WsClient._minVersion}`);
258
+
throw(newWebSocketQueryError(ErrorCode.ERR_TDENIGNE_VERSION_IS_TOO_LOW,`Version mismatch. The minimum required TDengine version is ${WsClient._minVersion}`));
0 commit comments