run.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
run.go
@@ -120,8 +120,11 @@ postPush = `_1` ) sndURL := s.ipc + postPush rcvURL := s.ipc + postPull ipcSnd := url + postPush ipcRcv := url + postPull sndURL := sdkhelper.GetIpcAddress(true, ipcSnd) rcvURL := sdkhelper.GetIpcAddress(true, ipcRcv) chSnd := make(chan []byte, 3) chRcv := make(chan []byte, 3)