From de80ed87b8339f23624642786698057a62bdf779 Mon Sep 17 00:00:00 2001 From: fujuntang <fujuntang@smartai.com> Date: 星期二, 23 十一月 2021 11:25:48 +0800 Subject: [PATCH] Fix the communication failure issue when the registered applications exceeds the fixed amount. --- src/socket/shm_socket.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/socket/shm_socket.cpp b/src/socket/shm_socket.cpp index ae9a98b..a6b6f93 100644 --- a/src/socket/shm_socket.cpp +++ b/src/socket/shm_socket.cpp @@ -426,7 +426,7 @@ exit(1); } } - + sendpak.key = tmp_socket->key; sendpak.size = send_size; if(send_buf != NULL) { -- Gitblit v1.8.0