lichao
2021-06-01 365c864a587365fe443b11cc0cd7cfc8f8f8eb81
src/shm_socket.cpp
@@ -171,8 +171,7 @@
         RecvCB cb_no_use;
         per_msg_cbs_->Pick(msg_id, cb_no_use);
      };
      SendImpl(remote, msg, onExpireRemoveCB);
      return true;
      return SendImpl(remote, msg, onExpireRemoveCB);
   } catch (std::exception &e) {
      SetLastError(eError, "Send internal error.");
      return false;