This is an automated email from the ASF dual-hosted git repository.

caogaofei pushed a commit to branch rel/0.13
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.13 by this push:
     new 836c7e42e7 Update Programming-Go-Native-API.md (#9689)
836c7e42e7 is described below

commit 836c7e42e74e71b3f189b5311ff8cb7516a1399d
Author: Zhijia Cao <[email protected]>
AuthorDate: Mon Apr 24 20:52:50 2023 +0800

    Update Programming-Go-Native-API.md (#9689)
---
 docs/zh/UserGuide/API/Programming-Go-Native-API.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/zh/UserGuide/API/Programming-Go-Native-API.md 
b/docs/zh/UserGuide/API/Programming-Go-Native-API.md
index 1fa5423d03..bb64b1a8ae 100644
--- a/docs/zh/UserGuide/API/Programming-Go-Native-API.md
+++ b/docs/zh/UserGuide/API/Programming-Go-Native-API.md
@@ -81,3 +81,5 @@ go mod tidy
 # 编译并运行程序
 go run session_example.go
 ```
+#### 注意:GO原生客户端Session不是线程安全的,强烈不建议在多线程场景下应用。如有多线程应用场景,请使用Session Pool.
+

Reply via email to