We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb934f commit c8b352eCopy full SHA for c8b352e
DATA/common/setenv_calib.sh
@@ -143,11 +143,11 @@ get_proxy_connection()
143
144
# setting the type of connection
145
if [[ $2 == "input" ]]; then
146
- local CONNECTION="method=bind,type=pull"
+ local CONNECTION="method=bind,type=sub"
147
local NAMEPROXY="--proxy-name aggregator-proxy-$1"
148
local NAMEPROXYCHANNEL=
149
elif [[ $2 == "output" ]]; then
150
- local CONNECTION="method=connect,type=push"
+ local CONNECTION="method=connect,type=pub"
151
local NAMEPROXY="--proxy-name calib-output-proxy-$1"
152
local NAMEPROXYCHANNEL="--proxy-channel-name aggregator-proxy-$1"
153
else
0 commit comments