queue/shm_socket.c
@@ -306,7 +306,7 @@ int shm_send(shm_socket_t *socket, void *buf, int size) { int shm_send(shm_socket_t *socket, const void *buf, const int size) { // hashtable_t *hashtable = mm_get_hashtable(); if(socket->remoteQueue == NULL) { err_msg(errno, "当前客户端无连接!");