CritasWang opened a new pull request, #23:
URL: https://github.com/apache/iotdb-client-nodejs/pull/23

   ## Summary
   
   - make Connection.open() return immediately when already connected
   - share an in-flight connection attempt across concurrent open() calls
   - clear the in-flight state after failure so a later open() can retry
   - allow CommonJS imports for generated Thrift modules and use a portable 
timeout type
   
   ## Testing
   
   - npm run test:unit -- --runInBand
   - npm run build
   - npx eslint eslint.config.mjs src/connection/Connection.ts 
tests/unit/Connection.test.ts (0 errors)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to