From e15f06954707abc5042a29664dbd71abdaea1be2 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期四, 16 一月 2020 16:38:47 +0800
Subject: [PATCH] debug reid shm as server

---
 run.go |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/run.go b/run.go
index 290607d..95a9958 100644
--- a/run.go
+++ b/run.go
@@ -120,8 +120,8 @@
 		postPush = `_1`
 	)
 
-	ipcSnd := url + postPush
-	ipcRcv := url + postPull
+	ipcSnd := s.ipc + postPush
+	ipcRcv := s.ipc + postPull
 
 	sndURL := sdkhelper.GetIpcAddress(true, ipcSnd)
 	rcvURL := sdkhelper.GetIpcAddress(true, ipcRcv)

--
Gitblit v1.8.0