Describe the bug:
code:
let client: MilvusClient = this.getClient();
console.log(client.connectStatus);
let { db_names } = await client.listDatabases();
log:
0
Error: listDatabases is not supported on this version of milvus.
at Generator.next (<anonymous>)
⨯ unhandledRejection: Error: listDatabases is not supported on this version of milvus.
at Generator.next (<anonymous>)
Steps to reproduce:
Milvus-node-sdk version: v2.6.0
Milvus version: v2.6.0