You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/11/02 03:22:48 UTC

[GitHub] [iotdb-client-go] citrusreticulata opened a new pull request, #58: fix 'connectionTimeoutInMs' mismatch with actual usage in branch ‘rel/0.13’

citrusreticulata opened a new pull request, #58:
URL: https://github.com/apache/iotdb-client-go/pull/58

   The implementation of the function ```client/session.go/Open()``` is mismatched with the description.
   The parameter `connectionTimeoutInMs` represents connection timeout in milliseconds.
   However, in the older version, this function did not implement correctly, regarding it as nanosecond instead.
   The bug is now fixed.
   Positive value of this parameter means connection timeout in milliseconds.
   Set 0 for no timeout.


-- 
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: notifications-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb-client-go] HTHou merged pull request #58: [To rel/0.13] fix 'connectionTimeoutInMs' mismatch with actual usage

Posted by GitBox <gi...@apache.org>.
HTHou merged PR #58:
URL: https://github.com/apache/iotdb-client-go/pull/58


-- 
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: notifications-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org