From abc9d8dab5b326c9b2bba9bd55d19251f7ac9ea7 Mon Sep 17 00:00:00 2001 From: zhanghaowen Date: Tue, 27 Sep 2022 20:50:27 +0800 Subject: [PATCH] fix: CreateSessionServer max num error Signed-off-by: zhanghaowen --- interfaces/kits/transport/session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/kits/transport/session.h b/interfaces/kits/transport/session.h index 53aee7175..bf262c7d3 100644 --- a/interfaces/kits/transport/session.h +++ b/interfaces/kits/transport/session.h @@ -310,7 +310,7 @@ typedef struct { /** * @brief Creates a session server based on a package name and session name. * - * A maximum of 18 session servers can be created. + * A maximum of 8 session servers can be created. * * @param pkgName Indicates the pointer to the package name, which can be used to check whether the * session server is in this package. The value cannot be empty and can contain a maximum of 64 characters.