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)