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:17:24 UTC

[GitHub] [iotdb-client-go] citrusreticulata opened a new issue, #56: [BUG]Parameter ‘connectionTimeoutInMs’ mismatch with actual usage in function 'Open'

citrusreticulata opened a new issue, #56:
URL: https://github.com/apache/iotdb-client-go/issues/56

   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.


-- 
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.apache.org

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


[GitHub] [iotdb-client-go] citrusreticulata closed issue #56: [BUG]Parameter ‘connectionTimeoutInMs’ mismatch with actual usage in function 'Open'

Posted by GitBox <gi...@apache.org>.
citrusreticulata closed issue #56: [BUG]Parameter ‘connectionTimeoutInMs’ mismatch with actual usage in function 'Open'
URL: https://github.com/apache/iotdb-client-go/issues/56


-- 
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] citrusreticulata commented on issue #56: [BUG]Parameter ‘connectionTimeoutInMs’ mismatch with actual usage in function 'Open'

Posted by GitBox <gi...@apache.org>.
citrusreticulata commented on issue #56:
URL: https://github.com/apache/iotdb-client-go/issues/56#issuecomment-1302061783

   Problem has been solved.


-- 
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] citrusreticulata commented on issue #56: [BUG]Parameter ‘connectionTimeoutInMs’ mismatch with actual usage in function 'Open'

Posted by GitBox <gi...@apache.org>.
citrusreticulata commented on issue #56:
URL: https://github.com/apache/iotdb-client-go/issues/56#issuecomment-1299514593

   relative PR: 
   for branch `main`: [fix 'connectionTimeoutInMs' mismatch with actual usage in branch 'main'](https://github.com/apache/iotdb-client-go/pull/57)
   for branch `rel/0.13`: [fix 'connectionTimeoutInMs' mismatch with actual usage in branch ‘rel/0.13’](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