From d18338bc3b056a368138e038f00695199137fbf1 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期四, 16 一月 2020 17:11:57 +0800 Subject: [PATCH] debug recv.go len(data)>2 --- 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