Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing messages shared inside docker container #462

Open
mariana-dias-alves opened this issue Nov 30, 2023 · 2 comments
Open

Missing messages shared inside docker container #462

mariana-dias-alves opened this issue Nov 30, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@mariana-dias-alves
Copy link

mariana-dias-alves commented Nov 30, 2023

Environment

  • OS Version: Ubuntu 20.04~focal (docker container)
  • Binary build: ignition-fortress=1.0.3-2~focal

Additional information

Description

  • Expected behavior: An echo should receive all messages published in a topic.
  • Actual behavior: Some messages are not being captured by the echo.

Steps to reproduce

Inside a container with ignition fortress intalled:

  1. Start echoing a /test topic: ign topic -et /test
  2. Publish 100 messages to that topic: for ((i=1; i<=100; i++)); do ign topic -p "data:\"test_$i\"" -t /test --msgtype ignition.msgs.StringMsg; done

Output

Below is an example result, missing the messages 8, 24, 70 and 72.

$ ign topic -et /test
data: "test_1"
data: "test_2"
data: "test_3"
data: "test_4"
data: "test_5"
data: "test_6"
data: "test_7"
data: "test_9"
data: "test_10"
data: "test_11"
data: "test_12"
data: "test_13"
data: "test_14"
data: "test_15"
data: "test_16"
data: "test_17"
data: "test_18"
data: "test_19"
data: "test_20"
data: "test_21"
data: "test_22"
data: "test_23"
data: "test_25"
data: "test_26"
data: "test_27"
data: "test_28"
data: "test_29"
data: "test_30"
data: "test_31"
data: "test_32"
data: "test_33"
data: "test_34"
data: "test_35"
data: "test_36"
data: "test_37"
data: "test_38"
data: "test_39"
data: "test_40"
data: "test_41"
data: "test_42"
data: "test_43"
data: "test_44"
data: "test_45"
data: "test_46"
data: "test_47"
data: "test_48"
data: "test_49"
data: "test_50"
data: "test_51"
data: "test_52"
data: "test_53"
data: "test_54"
data: "test_55"
data: "test_56"
data: "test_57"
data: "test_58"
data: "test_59"
data: "test_60"
data: "test_61"
data: "test_62"
data: "test_63"
data: "test_64"
data: "test_65"
data: "test_66"
data: "test_67"
data: "test_68"
data: "test_69"
data: "test_71"
data: "test_73"
data: "test_74"
data: "test_75"
data: "test_76"
data: "test_77"
data: "test_78"
data: "test_79"
data: "test_80"
data: "test_81"
data: "test_82"
data: "test_83"
data: "test_84"
data: "test_85"
data: "test_86"
data: "test_87"
data: "test_88"
data: "test_89"
data: "test_90"
data: "test_91"
data: "test_92"
data: "test_93"
data: "test_94"
data: "test_95"
data: "test_96"
data: "test_97"
data: "test_98"
data: "test_99"
data: "test_100"
@mariana-dias-alves mariana-dias-alves added the bug Something isn't working label Nov 30, 2023
@azeey
Copy link
Contributor

azeey commented Nov 30, 2023

I tried this locally (using distrobox/podman) and did not have any skipped messages. I'm curious as to why this is happening in your test. Can you try setting IGN_VERBOSE=1 environment variable on both terminals?

i.e

IGN_VERBOSE=1 ign topic -et /test

and

for ((i=1; i<=100; i++)); do echo "sending test_$i"; IGN_VERBOSE=1 ign topic -p "data:\"test_$i\"" -t /test --msgtype ignition.msgs.StringMsg; done

@mariana-dias-alves
Copy link
Author

mariana-dias-alves commented Dec 4, 2023

Repeated and lost messages 54, 93

On the echo terminal got:

Current host address: 172.19.0.11
Process UUID: 6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:42933] for pub/sub
Bind at: [tcp://172.19.0.11:44825] for srv. calls
Identity for receiving srv. requests: [70352806-ee5b-43ca-90e7-85270a096a8f]
Identity for receiving srv. responses: [d7039547-5a78-4995-b7ce-f8ee870750ec]
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:37463
	Process UUID: a961c015-652f-4a35-a4a0-04c88bd2bcca
	Node UUID: ab71c48c-58fb-4da2-8c45-3813a84aa68f
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:37463] for data
New disconnection detected 
	Process UUID: a961c015-652f-4a35-a4a0-04c88bd2bcca
data: "test_1"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:41673
	Process UUID: e9f53aa9-f869-4ba2-a229-0a7ae819684d
	Node UUID: 8cd1f6ff-edbd-4c9e-b773-8326575c8c3f
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:41673] for data
New disconnection detected 
	Process UUID: e9f53aa9-f869-4ba2-a229-0a7ae819684d
data: "test_2"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:34503
	Process UUID: fbe843e3-519d-4eb4-ba50-f26261d6c536
	Node UUID: 966540b1-53b2-43dc-a626-1cbfe7d816f6
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:34503] for data
New disconnection detected 
	Process UUID: fbe843e3-519d-4eb4-ba50-f26261d6c536
data: "test_3"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:38929
	Process UUID: 0cbae4ac-d88e-4728-975a-8df621310aa0
	Node UUID: 6306b8fb-6b25-48e0-8877-12197398d37a
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:38929] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: a961c015-652f-4a35-a4a0-04c88bd2bcca
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 0cbae4ac-d88e-4728-975a-8df621310aa0
data: "test_4"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:33323
	Process UUID: ab28df4e-ac30-438c-ab87-5e15b994b7e9
	Node UUID: 0b9c3f2c-e675-42aa-9c2c-b79d77d42dac
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:33323] for data
New disconnection detected 
	Process UUID: a961c015-652f-4a35-a4a0-04c88bd2bcca
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: e9f53aa9-f869-4ba2-a229-0a7ae819684d
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: ab28df4e-ac30-438c-ab87-5e15b994b7e9
data: "test_5"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:42387
	Process UUID: dd43145b-d63c-4009-85a9-79126bdfab27
	Node UUID: 0e77132f-1d27-42c3-a1e4-9230a7da4e76
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:42387] for data
New disconnection detected 
	Process UUID: e9f53aa9-f869-4ba2-a229-0a7ae819684d
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: fbe843e3-519d-4eb4-ba50-f26261d6c536
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: dd43145b-d63c-4009-85a9-79126bdfab27
data: "test_6"

New disconnection detected 
	Process UUID: fbe843e3-519d-4eb4-ba50-f26261d6c536
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:37005
	Process UUID: 73fab68e-52fb-4981-8778-632bd31b6b5f
	Node UUID: 874dc59d-3169-4a9a-b21c-11c456ffd051
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:37005] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 0cbae4ac-d88e-4728-975a-8df621310aa0
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 73fab68e-52fb-4981-8778-632bd31b6b5f
data: "test_7"

New disconnection detected 
	Process UUID: 0cbae4ac-d88e-4728-975a-8df621310aa0
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:35115
	Process UUID: 24d91be3-9650-4706-8655-916d0bb3e071
	Node UUID: e3e5a11a-c766-47a3-a4fc-971418c8cec4
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:35115] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: ab28df4e-ac30-438c-ab87-5e15b994b7e9
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 24d91be3-9650-4706-8655-916d0bb3e071
data: "test_8"

New disconnection detected 
	Process UUID: ab28df4e-ac30-438c-ab87-5e15b994b7e9
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:42379
	Process UUID: a7670f6f-ad9a-4b61-bb06-cd8345dc5fba
	Node UUID: 8afdf51b-90b2-44c9-9fc1-63acfe0d98af
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:42379] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: dd43145b-d63c-4009-85a9-79126bdfab27
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: a7670f6f-ad9a-4b61-bb06-cd8345dc5fba
data: "test_9"

New disconnection detected 
	Process UUID: dd43145b-d63c-4009-85a9-79126bdfab27
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:38775
	Process UUID: 41a858ef-c0ed-4e97-b856-2f37357ca81e
	Node UUID: e26a2885-67c5-4b95-9ada-f65f80f52367
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:38775] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 73fab68e-52fb-4981-8778-632bd31b6b5f
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 41a858ef-c0ed-4e97-b856-2f37357ca81e
data: "test_10"

New disconnection detected 
	Process UUID: 73fab68e-52fb-4981-8778-632bd31b6b5f
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:36715
	Process UUID: ae9cb7f3-519d-4206-8140-8d410909c325
	Node UUID: 1946832b-38e2-413d-8525-043862c70f59
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:36715] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 24d91be3-9650-4706-8655-916d0bb3e071
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: ae9cb7f3-519d-4206-8140-8d410909c325
data: "test_11"

New disconnection detected 
	Process UUID: 24d91be3-9650-4706-8655-916d0bb3e071
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:45179
	Process UUID: 46ae2a98-262b-4bdb-8d85-e4fdaedf8049
	Node UUID: 363d27ff-fe44-4bd6-983b-f4f874700390
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:45179] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: a7670f6f-ad9a-4b61-bb06-cd8345dc5fba
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 46ae2a98-262b-4bdb-8d85-e4fdaedf8049
data: "test_12"

New disconnection detected 
	Process UUID: a7670f6f-ad9a-4b61-bb06-cd8345dc5fba
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:35251
	Process UUID: 324190e7-a741-4dc2-89a5-44b11cd520ac
	Node UUID: 4a258a1d-88bd-40bf-acf1-7240a2708810
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:35251] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 41a858ef-c0ed-4e97-b856-2f37357ca81e
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 324190e7-a741-4dc2-89a5-44b11cd520ac
data: "test_13"

New disconnection detected 
	Process UUID: 41a858ef-c0ed-4e97-b856-2f37357ca81e
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:34959
	Process UUID: b418cc8b-aafb-4af9-9b01-6b29e8bdd9e9
	Node UUID: 04ae41a0-7503-4022-8080-215e4df003db
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:34959] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: ae9cb7f3-519d-4206-8140-8d410909c325
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: b418cc8b-aafb-4af9-9b01-6b29e8bdd9e9
data: "test_14"

New disconnection detected 
	Process UUID: ae9cb7f3-519d-4206-8140-8d410909c325
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:37423
	Process UUID: 2dd62c04-1066-4c3d-97da-a883c0d10d2c
	Node UUID: c6dfc607-2eab-42df-9b89-5ed72bc90c87
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:37423] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 46ae2a98-262b-4bdb-8d85-e4fdaedf8049
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 2dd62c04-1066-4c3d-97da-a883c0d10d2c
data: "test_15"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:38139
	Process UUID: bbd53f45-4523-485a-ba4b-e79c8d694a56
	Node UUID: 5235b3e0-91a9-4f7f-ab27-d4cfc5db26e5
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:38139] for data
New disconnection detected 
	Process UUID: 46ae2a98-262b-4bdb-8d85-e4fdaedf8049
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 324190e7-a741-4dc2-89a5-44b11cd520ac
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: bbd53f45-4523-485a-ba4b-e79c8d694a56
data: "test_16"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:40057
	Process UUID: 437d967c-1d5a-4b6b-8d70-ace47cd27399
	Node UUID: 9e27155e-685f-4c37-886b-da697dfcef71
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:40057] for data
New disconnection detected 
	Process UUID: 324190e7-a741-4dc2-89a5-44b11cd520ac
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: b418cc8b-aafb-4af9-9b01-6b29e8bdd9e9
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 437d967c-1d5a-4b6b-8d70-ace47cd27399
data: "test_17"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:37173
	Process UUID: cb92cbd5-8cd4-4908-8644-0d4b21280b64
	Node UUID: 13b878d5-f7a0-44d1-b460-040f3d557f60
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:37173] for data
New disconnection detected 
	Process UUID: b418cc8b-aafb-4af9-9b01-6b29e8bdd9e9
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 2dd62c04-1066-4c3d-97da-a883c0d10d2c
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: cb92cbd5-8cd4-4908-8644-0d4b21280b64
data: "test_18"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:34661
	Process UUID: 53351574-ec03-4759-9601-f1e18a0c0dc6
	Node UUID: ea734766-77e5-4063-8e5a-9334caf20beb
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:34661] for data
New disconnection detected 
	Process UUID: 2dd62c04-1066-4c3d-97da-a883c0d10d2c
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: bbd53f45-4523-485a-ba4b-e79c8d694a56
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 53351574-ec03-4759-9601-f1e18a0c0dc6
data: "test_19"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:40433
	Process UUID: b496eda7-5d03-487d-a3af-34720f641b3d
	Node UUID: dbbd4e17-f8ab-4635-81c5-7ca270febc67
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:40433] for data
New disconnection detected 
	Process UUID: bbd53f45-4523-485a-ba4b-e79c8d694a56
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 437d967c-1d5a-4b6b-8d70-ace47cd27399
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: b496eda7-5d03-487d-a3af-34720f641b3d
data: "test_20"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:36671
	Process UUID: b51d1703-e483-4cf9-bfb6-e684ccaca1a1
	Node UUID: 80884d58-ba49-4f76-8a3f-bb1b1034a417
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:36671] for data
New disconnection detected 
	Process UUID: 437d967c-1d5a-4b6b-8d70-ace47cd27399
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: cb92cbd5-8cd4-4908-8644-0d4b21280b64
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: b51d1703-e483-4cf9-bfb6-e684ccaca1a1
data: "test_21"

New disconnection detected 
	Process UUID: cb92cbd5-8cd4-4908-8644-0d4b21280b64
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:45659
	Process UUID: 99a9d9dd-8dd7-4347-b691-80ba50ab76c1
	Node UUID: 69f3b9be-e271-451b-95b2-c0fb1fcfdc9c
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:45659] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 53351574-ec03-4759-9601-f1e18a0c0dc6
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 99a9d9dd-8dd7-4347-b691-80ba50ab76c1
data: "test_22"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:45293
	Process UUID: 55ead7b6-684e-407d-8e49-c80f4aa094ec
	Node UUID: 4e99315e-0592-4d99-9cff-1d2aa887ed57
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:45293] for data
New disconnection detected 
	Process UUID: 53351574-ec03-4759-9601-f1e18a0c0dc6
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: b496eda7-5d03-487d-a3af-34720f641b3d
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 55ead7b6-684e-407d-8e49-c80f4aa094ec
data: "test_23"

New disconnection detected 
	Process UUID: b496eda7-5d03-487d-a3af-34720f641b3d
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:38613
	Process UUID: 7fd318ea-a844-48c4-9397-721c57402fbe
	Node UUID: 14b6d014-63b9-442a-b8f6-cdfea1d19fb9
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:38613] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: b51d1703-e483-4cf9-bfb6-e684ccaca1a1
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 7fd318ea-a844-48c4-9397-721c57402fbe
data: "test_24"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:39629
	Process UUID: 89e4dece-ce9d-4c0a-a64a-17d44007d075
	Node UUID: a70757f0-ac0b-4dc2-92c6-f70cee1b2b69
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:39629] for data
New disconnection detected 
	Process UUID: b51d1703-e483-4cf9-bfb6-e684ccaca1a1
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 99a9d9dd-8dd7-4347-b691-80ba50ab76c1
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 89e4dece-ce9d-4c0a-a64a-17d44007d075
data: "test_25"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:38259
	Process UUID: b249700e-48c5-4795-8b77-9c3b888de9b6
	Node UUID: 5b2915ba-fd78-452d-a897-83b0e339e165
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:38259] for data
New disconnection detected 
	Process UUID: 99a9d9dd-8dd7-4347-b691-80ba50ab76c1
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 55ead7b6-684e-407d-8e49-c80f4aa094ec
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: b249700e-48c5-4795-8b77-9c3b888de9b6
data: "test_26"

New disconnection detected 
	Process UUID: 55ead7b6-684e-407d-8e49-c80f4aa094ec
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:38785
	Process UUID: 77e1accc-c20c-4899-a7d6-3ae4bdbf9eab
	Node UUID: e06b1a81-8145-4f3e-bf92-aeb4cf3f5fae
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:38785] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 7fd318ea-a844-48c4-9397-721c57402fbe
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 77e1accc-c20c-4899-a7d6-3ae4bdbf9eab
data: "test_27"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:39935
	Process UUID: e21ab404-f333-41ac-9c86-5fde3e7a8383
	Node UUID: d51107a0-661e-4c01-a9c2-32603f500f4d
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:39935] for data
New disconnection detected 
	Process UUID: 7fd318ea-a844-48c4-9397-721c57402fbe
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 89e4dece-ce9d-4c0a-a64a-17d44007d075
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: e21ab404-f333-41ac-9c86-5fde3e7a8383
data: "test_28"

New disconnection detected 
	Process UUID: 89e4dece-ce9d-4c0a-a64a-17d44007d075
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:43999
	Process UUID: 6045fd71-b3c9-465f-9135-15224fff0d54
	Node UUID: 9afef342-0117-4489-98a7-ba552fda8364
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:43999] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: b249700e-48c5-4795-8b77-9c3b888de9b6
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 6045fd71-b3c9-465f-9135-15224fff0d54
data: "test_29"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:46449
	Process UUID: 165f0f6b-aa0a-475b-aa3f-f3d6a5b70fbf
	Node UUID: 0c0daaa7-aaea-47da-8012-5a9c2a2685ae
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:46449] for data
New disconnection detected 
	Process UUID: b249700e-48c5-4795-8b77-9c3b888de9b6
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 77e1accc-c20c-4899-a7d6-3ae4bdbf9eab
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 165f0f6b-aa0a-475b-aa3f-f3d6a5b70fbf
data: "test_30"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:46151
	Process UUID: 120075ff-1018-43d0-8d87-be3c320a8c8f
	Node UUID: f74220bb-bfe2-4a3d-9241-b67b2f76857e
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:46151] for data
New disconnection detected 
	Process UUID: 77e1accc-c20c-4899-a7d6-3ae4bdbf9eab
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: e21ab404-f333-41ac-9c86-5fde3e7a8383
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 120075ff-1018-43d0-8d87-be3c320a8c8f
data: "test_31"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:35153
	Process UUID: 95f8e7cb-0a79-4d1c-b9d2-b35311830016
	Node UUID: 1f966bf4-4743-49ee-882d-0167bb7a4a67
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:35153] for data
New disconnection detected 
	Process UUID: e21ab404-f333-41ac-9c86-5fde3e7a8383
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 6045fd71-b3c9-465f-9135-15224fff0d54
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 95f8e7cb-0a79-4d1c-b9d2-b35311830016
data: "test_32"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:35755
	Process UUID: 3b8b62d6-678e-4f89-b8e9-059a011d1ac3
	Node UUID: dd35d9f3-9abf-4da3-b0b0-023e8bdd6ab1
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:35755] for data
New disconnection detected 
	Process UUID: 6045fd71-b3c9-465f-9135-15224fff0d54
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 165f0f6b-aa0a-475b-aa3f-f3d6a5b70fbf
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 3b8b62d6-678e-4f89-b8e9-059a011d1ac3
data: "test_33"

New disconnection detected 
	Process UUID: 165f0f6b-aa0a-475b-aa3f-f3d6a5b70fbf
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:45321
	Process UUID: efaa1e07-8905-40c1-9409-c22332e670e1
	Node UUID: daab4a51-eea0-477c-b5f4-7840e8d2be69
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:45321] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 120075ff-1018-43d0-8d87-be3c320a8c8f
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: efaa1e07-8905-40c1-9409-c22332e670e1
data: "test_34"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:45167
	Process UUID: 755cd531-bd78-4636-bddc-bbb9b2f47438
	Node UUID: 21459ee1-f96a-4b7b-8c54-a283db97c4cd
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:45167] for data
New disconnection detected 
	Process UUID: 120075ff-1018-43d0-8d87-be3c320a8c8f
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 95f8e7cb-0a79-4d1c-b9d2-b35311830016
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 755cd531-bd78-4636-bddc-bbb9b2f47438
data: "test_35"

New disconnection detected 
	Process UUID: 95f8e7cb-0a79-4d1c-b9d2-b35311830016
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:44839
	Process UUID: 3c97e287-c172-4087-a520-ffa016a40512
	Node UUID: 57ea0fa5-cab2-4cae-9a07-2976e811f7a8
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:44839] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 3b8b62d6-678e-4f89-b8e9-059a011d1ac3
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 3c97e287-c172-4087-a520-ffa016a40512
data: "test_36"

New disconnection detected 
	Process UUID: 3b8b62d6-678e-4f89-b8e9-059a011d1ac3
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:42051
	Process UUID: 39b5dbd0-a302-4ca7-a47e-0a1f14074c0d
	Node UUID: e95bb14f-fcdc-4d1a-9ab3-cc405fa9df4e
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:42051] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: efaa1e07-8905-40c1-9409-c22332e670e1
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 39b5dbd0-a302-4ca7-a47e-0a1f14074c0d
data: "test_37"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:45305
	Process UUID: 47567211-2995-4945-bbdc-0db8659e45a2
	Node UUID: 9fb3853c-0d8f-4d1d-b185-baf0509fb48e
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:45305] for data
New disconnection detected 
	Process UUID: efaa1e07-8905-40c1-9409-c22332e670e1
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 755cd531-bd78-4636-bddc-bbb9b2f47438
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 47567211-2995-4945-bbdc-0db8659e45a2
data: "test_38"

New disconnection detected 
	Process UUID: 755cd531-bd78-4636-bddc-bbb9b2f47438
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:43681
	Process UUID: 8df75392-94bb-4e82-bc13-278c588802dc
	Node UUID: 98ba5402-c843-4b10-86cb-428ada2908f8
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:43681] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 3c97e287-c172-4087-a520-ffa016a40512
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 8df75392-94bb-4e82-bc13-278c588802dc
data: "test_39"

New disconnection detected 
	Process UUID: 3c97e287-c172-4087-a520-ffa016a40512
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:40029
	Process UUID: 22dacec0-ce38-426e-b635-5463ee2c1d32
	Node UUID: 1726439b-c681-40b8-95aa-bf9fa4ac932b
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:40029] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 39b5dbd0-a302-4ca7-a47e-0a1f14074c0d
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 22dacec0-ce38-426e-b635-5463ee2c1d32
data: "test_40"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:46741
	Process UUID: a2dd39f8-f52b-43e1-a7a4-13c994903af7
	Node UUID: 343bd757-d0f1-4aed-ab81-f884962c1dd5
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:46741] for data
New disconnection detected 
	Process UUID: 39b5dbd0-a302-4ca7-a47e-0a1f14074c0d
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 47567211-2995-4945-bbdc-0db8659e45a2
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: a2dd39f8-f52b-43e1-a7a4-13c994903af7
data: "test_41"

New disconnection detected 
	Process UUID: 47567211-2995-4945-bbdc-0db8659e45a2
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:34295
	Process UUID: ed1c9620-c7a3-4968-9108-7be0a452a687
	Node UUID: 4e1bee92-162a-45da-b8d5-166362d0ae1e
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:34295] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 8df75392-94bb-4e82-bc13-278c588802dc
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: ed1c9620-c7a3-4968-9108-7be0a452a687
data: "test_42"

New disconnection detected 
	Process UUID: 8df75392-94bb-4e82-bc13-278c588802dc
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:34723
	Process UUID: ddc746fb-9bac-44a5-ac0d-3e06c3b46df8
	Node UUID: cd618ccc-f1bc-404b-a079-70b575976609
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:34723] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 22dacec0-ce38-426e-b635-5463ee2c1d32
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: ddc746fb-9bac-44a5-ac0d-3e06c3b46df8
data: "test_43"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:37347
	Process UUID: 470ace19-cfb9-4cab-8401-df5ec9f48c47
	Node UUID: 8bfcd839-71b8-44f9-8d64-026b26db486d
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:37347] for data
New disconnection detected 
	Process UUID: 22dacec0-ce38-426e-b635-5463ee2c1d32
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: a2dd39f8-f52b-43e1-a7a4-13c994903af7
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
data: "test_44"

New disconnection detected 
	Process UUID: 470ace19-cfb9-4cab-8401-df5ec9f48c47
New disconnection detected 
	Process UUID: a2dd39f8-f52b-43e1-a7a4-13c994903af7
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:36803
	Process UUID: 48f68956-809d-480c-ae4d-4e0730bb1970
	Node UUID: 8735976a-84ac-462c-853d-fffdcd8af33d
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:36803] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: ed1c9620-c7a3-4968-9108-7be0a452a687
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 48f68956-809d-480c-ae4d-4e0730bb1970
data: "test_45"

New disconnection detected 
	Process UUID: ed1c9620-c7a3-4968-9108-7be0a452a687
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:44025
	Process UUID: fc9865bb-e0f1-4219-a49a-dad109579a90
	Node UUID: 54849d19-0a2c-49d4-b3a9-ffcbb290395d
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:44025] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: ddc746fb-9bac-44a5-ac0d-3e06c3b46df8
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: fc9865bb-e0f1-4219-a49a-dad109579a90
data: "test_46"

New disconnection detected 
	Process UUID: ddc746fb-9bac-44a5-ac0d-3e06c3b46df8
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:36431
	Process UUID: f3072ac7-3498-43a0-bcb8-44aec8cf9403
	Node UUID: 12a5b442-017d-4bab-83b5-772f34f47c28
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:36431] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 470ace19-cfb9-4cab-8401-df5ec9f48c47
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: f3072ac7-3498-43a0-bcb8-44aec8cf9403
data: "test_47"

New disconnection detected 
	Process UUID: 470ace19-cfb9-4cab-8401-df5ec9f48c47
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:33607
	Process UUID: dca9db5a-b5d7-4282-8329-6325364386be
	Node UUID: 397d7296-6213-413e-80fc-c0e809bd3e6e
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:33607] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 48f68956-809d-480c-ae4d-4e0730bb1970
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: dca9db5a-b5d7-4282-8329-6325364386be
data: "test_48"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:39459
	Process UUID: 277afb07-84e9-407e-83e3-b000c84e7cc0
	Node UUID: f68b6fc1-616d-425f-ab9d-0fb0ec6f7718
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:39459] for data
New disconnection detected 
	Process UUID: 48f68956-809d-480c-ae4d-4e0730bb1970
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: fc9865bb-e0f1-4219-a49a-dad109579a90
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 277afb07-84e9-407e-83e3-b000c84e7cc0
data: "test_49"

New disconnection detected 
	Process UUID: fc9865bb-e0f1-4219-a49a-dad109579a90
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:38183
	Process UUID: 6554889d-974a-4c56-9865-463391ad434a
	Node UUID: 9464ae89-92ac-46c5-b633-10d900a3c3dd
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:38183] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: f3072ac7-3498-43a0-bcb8-44aec8cf9403
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 6554889d-974a-4c56-9865-463391ad434a
data: "test_50"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:40473
	Process UUID: 93f9cba5-1218-458d-9ec2-fc7381671620
	Node UUID: 0c30bd6f-fc75-4bc5-b4a6-70910cdbc2ac
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:40473] for data
New disconnection detected 
	Process UUID: f3072ac7-3498-43a0-bcb8-44aec8cf9403
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: dca9db5a-b5d7-4282-8329-6325364386be
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 93f9cba5-1218-458d-9ec2-fc7381671620
data: "test_51"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:33073
	Process UUID: c9b21c64-169f-47de-974c-c3508f994d9e
	Node UUID: 54dd5d8a-4aaa-47ff-9817-515b03f1ae44
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:33073] for data
New disconnection detected 
	Process UUID: dca9db5a-b5d7-4282-8329-6325364386be
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 277afb07-84e9-407e-83e3-b000c84e7cc0
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: c9b21c64-169f-47de-974c-c3508f994d9e
data: "test_52"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:44597
	Process UUID: f095698f-abb4-4b94-8249-e5706c8c2ba0
	Node UUID: 0aae866f-7b43-47b8-a895-eecd0eb8b198
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:44597] for data
New disconnection detected 
	Process UUID: 277afb07-84e9-407e-83e3-b000c84e7cc0
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 6554889d-974a-4c56-9865-463391ad434a
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: f095698f-abb4-4b94-8249-e5706c8c2ba0
data: "test_53"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:38391
	Process UUID: 07405358-0393-4ef7-99e0-69e557ae42ad
	Node UUID: 58bef81a-6142-4b3f-b8a1-7f7dc4cdb753
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:38391] for data
New disconnection detected 
	Process UUID: 6554889d-974a-4c56-9865-463391ad434a
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 93f9cba5-1218-458d-9ec2-fc7381671620
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 07405358-0393-4ef7-99e0-69e557ae42ad
New disconnection detected 
	Process UUID: 93f9cba5-1218-458d-9ec2-fc7381671620
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:37219
	Process UUID: d58865f2-53bc-4f8e-b278-bcc88cc722da
	Node UUID: f7d01ef5-4ca3-4aa6-ac21-cb9bcf0369b7
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:37219] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: c9b21c64-169f-47de-974c-c3508f994d9e
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: d58865f2-53bc-4f8e-b278-bcc88cc722da
data: "test_55"

New disconnection detected 
	Process UUID: c9b21c64-169f-47de-974c-c3508f994d9e
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:45709
	Process UUID: b84fde6e-908a-461f-97b4-0a31ec912744
	Node UUID: 80a47cef-fba8-4893-b3c2-d4fa5d2d5777
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:45709] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: f095698f-abb4-4b94-8249-e5706c8c2ba0
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: b84fde6e-908a-461f-97b4-0a31ec912744
data: "test_56"

New disconnection detected 
	Process UUID: f095698f-abb4-4b94-8249-e5706c8c2ba0
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:42407
	Process UUID: 1b023ff6-9781-4140-a40c-e8cf6159abb1
	Node UUID: 4fda3b3e-cdb8-408e-869c-2e4af3c39998
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:42407] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 07405358-0393-4ef7-99e0-69e557ae42ad
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 1b023ff6-9781-4140-a40c-e8cf6159abb1
data: "test_57"

New disconnection detected 
	Process UUID: 07405358-0393-4ef7-99e0-69e557ae42ad
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:37283
	Process UUID: d6ad5bd0-0039-4862-a210-883dff355bc9
	Node UUID: 38dcbeae-07af-4992-bcbb-2f54af949f01
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:37283] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: d58865f2-53bc-4f8e-b278-bcc88cc722da
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: d6ad5bd0-0039-4862-a210-883dff355bc9
data: "test_58"

New disconnection detected 
	Process UUID: d58865f2-53bc-4f8e-b278-bcc88cc722da
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:46335
	Process UUID: 290eadde-0adf-4ef4-9348-2a6586be0ae1
	Node UUID: 1add0f63-8ca1-4fa1-a607-f7915577f527
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:46335] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: b84fde6e-908a-461f-97b4-0a31ec912744
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 290eadde-0adf-4ef4-9348-2a6586be0ae1
data: "test_59"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:38893
	Process UUID: ade81b42-0ce1-4861-894d-ce76507bc733
	Node UUID: 7a69a9c2-8c05-48c5-8805-2f906869c531
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:38893] for data
New disconnection detected 
	Process UUID: b84fde6e-908a-461f-97b4-0a31ec912744
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 1b023ff6-9781-4140-a40c-e8cf6159abb1
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: ade81b42-0ce1-4861-894d-ce76507bc733
data: "test_60"

New disconnection detected 
	Process UUID: 1b023ff6-9781-4140-a40c-e8cf6159abb1
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:35827
	Process UUID: b0785e62-825f-413a-aa08-31ba70e0c2f4
	Node UUID: 4d4278b6-ad43-4cfc-ba20-d26ba04a41fd
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:35827] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: d6ad5bd0-0039-4862-a210-883dff355bc9
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: b0785e62-825f-413a-aa08-31ba70e0c2f4
data: "test_61"

New disconnection detected 
	Process UUID: d6ad5bd0-0039-4862-a210-883dff355bc9
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:33895
	Process UUID: a15eda04-17ff-4aa6-b718-afd8cdd635f9
	Node UUID: cb8ec3ef-3c99-4c93-bfe1-47bd8b30ab80
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:33895] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 290eadde-0adf-4ef4-9348-2a6586be0ae1
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: a15eda04-17ff-4aa6-b718-afd8cdd635f9
data: "test_62"

New disconnection detected 
	Process UUID: 290eadde-0adf-4ef4-9348-2a6586be0ae1
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:35649
	Process UUID: 3089533f-55ae-431b-96d1-4f034e5d46d4
	Node UUID: 2e94ae9d-26fa-40a2-9a04-9dabda3b46a6
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:35649] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: ade81b42-0ce1-4861-894d-ce76507bc733
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 3089533f-55ae-431b-96d1-4f034e5d46d4
data: "test_63"

New disconnection detected 
	Process UUID: ade81b42-0ce1-4861-894d-ce76507bc733
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:38285
	Process UUID: 66b33978-1e2c-4a23-b154-9274ec2c10d5
	Node UUID: 6c536431-71c7-448f-95ff-80555689a9ef
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:38285] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: b0785e62-825f-413a-aa08-31ba70e0c2f4
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 66b33978-1e2c-4a23-b154-9274ec2c10d5
data: "test_64"

New disconnection detected 
	Process UUID: b0785e62-825f-413a-aa08-31ba70e0c2f4
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:39493
	Process UUID: f6bde7c5-a4e7-4e16-96f2-a30052b72d7b
	Node UUID: 6d0d770e-98c9-4bdf-83f5-1d7e52495916
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:39493] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: a15eda04-17ff-4aa6-b718-afd8cdd635f9
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: f6bde7c5-a4e7-4e16-96f2-a30052b72d7b
data: "test_65"

New disconnection detected 
	Process UUID: a15eda04-17ff-4aa6-b718-afd8cdd635f9
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:34059
	Process UUID: 41fd0f9f-84f1-4a2f-bf40-b9702509941a
	Node UUID: 0abb3aba-cd0a-4a38-91dd-7a632c308542
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:34059] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 3089533f-55ae-431b-96d1-4f034e5d46d4
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 41fd0f9f-84f1-4a2f-bf40-b9702509941a
data: "test_66"

New disconnection detected 
	Process UUID: 3089533f-55ae-431b-96d1-4f034e5d46d4
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:43329
	Process UUID: 6006b904-2b4e-4948-8de4-c9190415693a
	Node UUID: 8990e7a3-6c4b-4ef5-922d-16e1f50bfaf6
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:43329] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 66b33978-1e2c-4a23-b154-9274ec2c10d5
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 6006b904-2b4e-4948-8de4-c9190415693a
data: "test_67"

New disconnection detected 
	Process UUID: 66b33978-1e2c-4a23-b154-9274ec2c10d5
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:37529
	Process UUID: 08c33041-fda6-4bc1-8e9f-971e74559641
	Node UUID: 53ab4284-6815-4847-95f9-fe11f20dd42b
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:37529] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: f6bde7c5-a4e7-4e16-96f2-a30052b72d7b
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 08c33041-fda6-4bc1-8e9f-971e74559641
data: "test_68"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:44059
	Process UUID: 74839220-8584-4658-9b21-59750e5f430b
	Node UUID: 4c864be1-5087-47ed-97a2-901dd897ee0a
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:44059] for data
New disconnection detected 
	Process UUID: f6bde7c5-a4e7-4e16-96f2-a30052b72d7b
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 41fd0f9f-84f1-4a2f-bf40-b9702509941a
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 74839220-8584-4658-9b21-59750e5f430b
data: "test_69"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:42391
	Process UUID: f51829e5-e6be-46a8-ac0a-d66bc3f90f28
	Node UUID: f62adad3-acd1-4454-a397-fa0db8a98d9e
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:42391] for data
New disconnection detected 
	Process UUID: 41fd0f9f-84f1-4a2f-bf40-b9702509941a
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 6006b904-2b4e-4948-8de4-c9190415693a
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: f51829e5-e6be-46a8-ac0a-d66bc3f90f28
data: "test_70"

New disconnection detected 
	Process UUID: 6006b904-2b4e-4948-8de4-c9190415693a
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:34421
	Process UUID: e75889dc-dc7c-4c61-8fe9-718342f4e474
	Node UUID: 15c23de7-043e-452b-b2dd-9163265a1cc9
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:34421] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 08c33041-fda6-4bc1-8e9f-971e74559641
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: e75889dc-dc7c-4c61-8fe9-718342f4e474
data: "test_71"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:34223
	Process UUID: 64282df7-fbc1-4c4d-8377-81558f579957
	Node UUID: 3353191a-be8f-453c-82a3-4a3e165ff835
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:34223] for data
New disconnection detected 
	Process UUID: 08c33041-fda6-4bc1-8e9f-971e74559641
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 74839220-8584-4658-9b21-59750e5f430b
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 64282df7-fbc1-4c4d-8377-81558f579957
data: "test_72"

New disconnection detected 
	Process UUID: 74839220-8584-4658-9b21-59750e5f430b
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:35003
	Process UUID: c08ce918-8f52-40ca-ab32-61bb43dddf5c
	Node UUID: b8ec6ca6-d7ec-4455-b536-6b3f0c41ad95
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:35003] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: f51829e5-e6be-46a8-ac0a-d66bc3f90f28
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: c08ce918-8f52-40ca-ab32-61bb43dddf5c
data: "test_73"

New disconnection detected 
	Process UUID: f51829e5-e6be-46a8-ac0a-d66bc3f90f28
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:34759
	Process UUID: a7f5dc21-bf03-41ea-b1b8-029f42a4c3e8
	Node UUID: ad6951b5-99bd-4935-811c-86aa5c874109
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:34759] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: e75889dc-dc7c-4c61-8fe9-718342f4e474
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: a7f5dc21-bf03-41ea-b1b8-029f42a4c3e8
data: "test_74"

New disconnection detected 
	Process UUID: e75889dc-dc7c-4c61-8fe9-718342f4e474
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:45063
	Process UUID: bf6dbefb-0850-434a-91a8-fced33f4695c
	Node UUID: a33cd596-32e4-4aad-9e39-680691f662c0
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:45063] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 64282df7-fbc1-4c4d-8377-81558f579957
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: bf6dbefb-0850-434a-91a8-fced33f4695c
data: "test_75"

New disconnection detected 
	Process UUID: 64282df7-fbc1-4c4d-8377-81558f579957
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:39179
	Process UUID: b5b04175-1386-4755-9e05-c0eb8d16237c
	Node UUID: 5f68d985-3723-4240-a2ff-72542bea404d
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:39179] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: c08ce918-8f52-40ca-ab32-61bb43dddf5c
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: b5b04175-1386-4755-9e05-c0eb8d16237c
data: "test_76"

New disconnection detected 
	Process UUID: c08ce918-8f52-40ca-ab32-61bb43dddf5c
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:38985
	Process UUID: dfa32035-d8e0-4a3e-8fa9-f0c376e242cc
	Node UUID: 09f54f8b-53d8-4ee4-95e6-cedaa0d51714
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:38985] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: a7f5dc21-bf03-41ea-b1b8-029f42a4c3e8
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: dfa32035-d8e0-4a3e-8fa9-f0c376e242cc
data: "test_77"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:46159
	Process UUID: 9517ae30-a2d5-4222-800d-9712bf2ef2d3
	Node UUID: 3393a2cb-ac1b-4747-ba0e-7bda80d58419
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:46159] for data
New disconnection detected 
	Process UUID: a7f5dc21-bf03-41ea-b1b8-029f42a4c3e8
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: bf6dbefb-0850-434a-91a8-fced33f4695c
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 9517ae30-a2d5-4222-800d-9712bf2ef2d3
data: "test_78"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:39869
	Process UUID: 21aac3b3-06e0-4864-89ce-0e8c52db1e50
	Node UUID: 359bcec5-5438-4753-ae29-70738dbcfdc7
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:39869] for data
New disconnection detected 
	Process UUID: bf6dbefb-0850-434a-91a8-fced33f4695c
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: b5b04175-1386-4755-9e05-c0eb8d16237c
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 21aac3b3-06e0-4864-89ce-0e8c52db1e50
data: "test_79"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:43563
	Process UUID: 6db3bcfd-af00-4e8a-b871-7b995f329844
	Node UUID: b19cb437-712f-44e4-9e71-5ffec5f8d2c4
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:43563] for data
New disconnection detected 
	Process UUID: b5b04175-1386-4755-9e05-c0eb8d16237c
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: dfa32035-d8e0-4a3e-8fa9-f0c376e242cc
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 6db3bcfd-af00-4e8a-b871-7b995f329844
data: "test_80"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:34001
	Process UUID: e01ed94b-2989-4e01-acbe-801fd8a059fa
	Node UUID: 067b0468-c6be-4003-9bef-860b50b71185
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:34001] for data
New disconnection detected 
	Process UUID: dfa32035-d8e0-4a3e-8fa9-f0c376e242cc
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 9517ae30-a2d5-4222-800d-9712bf2ef2d3
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: e01ed94b-2989-4e01-acbe-801fd8a059fa
data: "test_81"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:40129
	Process UUID: 800c256e-97e6-432d-adf8-87e60e4f8119
	Node UUID: 8d7fa4d4-fdf5-4bea-9e59-9c96a4a54220
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:40129] for data
New disconnection detected 
	Process UUID: 9517ae30-a2d5-4222-800d-9712bf2ef2d3
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 21aac3b3-06e0-4864-89ce-0e8c52db1e50
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 800c256e-97e6-432d-adf8-87e60e4f8119
data: "test_82"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:44081
	Process UUID: 89b87802-addd-4728-a3af-273c886b0acd
	Node UUID: 48d38d57-78b2-41f2-8afc-e21ea754d025
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:44081] for data
New disconnection detected 
	Process UUID: 21aac3b3-06e0-4864-89ce-0e8c52db1e50
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 6db3bcfd-af00-4e8a-b871-7b995f329844
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 89b87802-addd-4728-a3af-273c886b0acd
data: "test_83"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:38699
	Process UUID: 61cf4dfb-e1cb-410b-a451-059f8485eeb5
	Node UUID: 6c43b05a-b6ae-4720-bcbf-c34fb568a200
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:38699] for data
New disconnection detected 
	Process UUID: 6db3bcfd-af00-4e8a-b871-7b995f329844
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: e01ed94b-2989-4e01-acbe-801fd8a059fa
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 61cf4dfb-e1cb-410b-a451-059f8485eeb5
data: "test_84"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:46505
	Process UUID: ba631b89-a642-4c94-843c-e0027b3873dd
	Node UUID: 405f792b-e13d-4983-9701-f0647adfde17
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:46505] for data
New disconnection detected 
	Process UUID: e01ed94b-2989-4e01-acbe-801fd8a059fa
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 800c256e-97e6-432d-adf8-87e60e4f8119
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: ba631b89-a642-4c94-843c-e0027b3873dd
data: "test_85"

New disconnection detected 
	Process UUID: 800c256e-97e6-432d-adf8-87e60e4f8119
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:39057
	Process UUID: 95f5c3c5-f945-4fe3-b282-19411d0b0da9
	Node UUID: 82e395e3-190e-4700-b936-39cc7f5f6df6
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:39057] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 89b87802-addd-4728-a3af-273c886b0acd
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
data: "test_86"

New disconnection detected 
	Process UUID: 95f5c3c5-f945-4fe3-b282-19411d0b0da9
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:43663
	Process UUID: 6aeb32c6-4d33-40cb-b2bf-68a668893b5f
	Node UUID: ab8cadfb-7249-467c-afc3-832a2b16104c
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:43663] for data
New disconnection detected 
	Process UUID: 89b87802-addd-4728-a3af-273c886b0acd
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 61cf4dfb-e1cb-410b-a451-059f8485eeb5
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 6aeb32c6-4d33-40cb-b2bf-68a668893b5f
data: "test_87"

New disconnection detected 
	Process UUID: 61cf4dfb-e1cb-410b-a451-059f8485eeb5
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:41569
	Process UUID: 1b0d895f-452b-401e-9995-f25ef28b30a2
	Node UUID: 2fa59bc9-fdce-4603-a247-98371f18b639
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:41569] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: ba631b89-a642-4c94-843c-e0027b3873dd
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 1b0d895f-452b-401e-9995-f25ef28b30a2
data: "test_88"

New disconnection detected 
	Process UUID: ba631b89-a642-4c94-843c-e0027b3873dd
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:39959
	Process UUID: 65630e8d-5018-4afb-9add-c1c443670133
	Node UUID: 97ed9693-c16b-424f-8e0b-0db438fdb6cf
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:39959] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 95f5c3c5-f945-4fe3-b282-19411d0b0da9
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 65630e8d-5018-4afb-9add-c1c443670133
data: "test_89"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:34413
	Process UUID: 1ed444f3-678b-475b-aa96-2d0b1c064e2b
	Node UUID: 7393fd07-c324-4935-a4d5-99b7eabe28f8
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:34413] for data
New disconnection detected 
	Process UUID: 95f5c3c5-f945-4fe3-b282-19411d0b0da9
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 6aeb32c6-4d33-40cb-b2bf-68a668893b5f
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 1ed444f3-678b-475b-aa96-2d0b1c064e2b
data: "test_90"

New disconnection detected 
	Process UUID: 6aeb32c6-4d33-40cb-b2bf-68a668893b5f
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:35219
	Process UUID: c7a7ebdd-81e1-4a76-97ee-52d9a392a165
	Node UUID: 640db88b-43fb-4492-a79b-4a5f1b310293
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:35219] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 1b0d895f-452b-401e-9995-f25ef28b30a2
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: c7a7ebdd-81e1-4a76-97ee-52d9a392a165
data: "test_91"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:37625
	Process UUID: 89937f3c-a5c0-40f3-9c62-5703454678c7
	Node UUID: c16fee9d-bf56-4490-9ae0-e69a748907ce
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:37625] for data
New disconnection detected 
	Process UUID: 1b0d895f-452b-401e-9995-f25ef28b30a2
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 65630e8d-5018-4afb-9add-c1c443670133
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 89937f3c-a5c0-40f3-9c62-5703454678c7
data: "test_92"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:46655
	Process UUID: e4963015-1bd9-4a27-8db2-15029c1a665e
	Node UUID: 328a9633-f6dc-49c9-9e5c-b73636032e2f
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:46655] for data
New disconnection detected 
	Process UUID: 65630e8d-5018-4afb-9add-c1c443670133
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 1ed444f3-678b-475b-aa96-2d0b1c064e2b
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: e4963015-1bd9-4a27-8db2-15029c1a665e
New disconnection detected 
	Process UUID: 1ed444f3-678b-475b-aa96-2d0b1c064e2b
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:41473
	Process UUID: c1664fa9-2e37-48c6-95d1-57a5d9fe80cb
	Node UUID: 01ccee66-374b-4e23-8256-47310df86131
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:41473] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: c7a7ebdd-81e1-4a76-97ee-52d9a392a165
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: c1664fa9-2e37-48c6-95d1-57a5d9fe80cb
data: "test_94"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:34909
	Process UUID: e7f1e9f5-1360-4b70-be0a-b86c91806324
	Node UUID: eadd4689-eefd-4765-abb2-01562947c4b1
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:34909] for data
New disconnection detected 
	Process UUID: c7a7ebdd-81e1-4a76-97ee-52d9a392a165
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 89937f3c-a5c0-40f3-9c62-5703454678c7
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: e7f1e9f5-1360-4b70-be0a-b86c91806324
data: "test_95"

New disconnection detected 
	Process UUID: 89937f3c-a5c0-40f3-9c62-5703454678c7
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:35061
	Process UUID: 68a1e2cd-adff-4d05-aeb0-5202a57173eb
	Node UUID: 61dfdc9e-30c0-4ef8-a649-7c77ed0ed741
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:35061] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: e4963015-1bd9-4a27-8db2-15029c1a665e
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 68a1e2cd-adff-4d05-aeb0-5202a57173eb
data: "test_96"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:43171
	Process UUID: 66e2f339-766c-4b53-85fb-5ea4e3ce0016
	Node UUID: cdbbc504-a872-4702-a9a6-12d6d635d180
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:43171] for data
New disconnection detected 
	Process UUID: e4963015-1bd9-4a27-8db2-15029c1a665e
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: c1664fa9-2e37-48c6-95d1-57a5d9fe80cb
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 66e2f339-766c-4b53-85fb-5ea4e3ce0016
data: "test_97"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:36579
	Process UUID: 5acc03a6-54f7-4406-bdb7-fe72be2b5481
	Node UUID: 30549247-7dc4-405d-974a-82cce77dd902
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:36579] for data
New disconnection detected 
	Process UUID: c1664fa9-2e37-48c6-95d1-57a5d9fe80cb
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: e7f1e9f5-1360-4b70-be0a-b86c91806324
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 5acc03a6-54f7-4406-bdb7-fe72be2b5481
data: "test_98"

New disconnection detected 
	Process UUID: e7f1e9f5-1360-4b70-be0a-b86c91806324
Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:38187
	Process UUID: d31873aa-6e32-4862-a127-7b8cd3f90157
	Node UUID: 3f16f25b-8ebb-4972-b885-0a62f1669b62
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:38187] for data
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 68a1e2cd-adff-4d05-aeb0-5202a57173eb
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: d31873aa-6e32-4862-a127-7b8cd3f90157
data: "test_99"

Connection callback
Publisher:
	Topic: [@/good-partition@/test]
	Address: tcp://172.19.0.11:34153
	Process UUID: 1ff1cf0f-fc44-44a8-9f38-f80adaff2172
	Node UUID: 2c20da6e-1b58-43cd-956b-5bf6b5535b11
	Control address: unused
	Message type: ignition.msgs.StringMsg
Advertise options:
	Scope: All
	Throttled? No
	* Connected to [tcp://172.19.0.11:34153] for data
New disconnection detected 
	Process UUID: 68a1e2cd-adff-4d05-aeb0-5202a57173eb
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 66e2f339-766c-4b53-85fb-5ea4e3ce0016
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 1ff1cf0f-fc44-44a8-9f38-f80adaff2172
data: "test_100"

New disconnection detected 
	Process UUID: 66e2f339-766c-4b53-85fb-5ea4e3ce0016
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 5acc03a6-54f7-4406-bdb7-fe72be2b5481
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 5acc03a6-54f7-4406-bdb7-fe72be2b5481
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: d31873aa-6e32-4862-a127-7b8cd3f90157
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: d31873aa-6e32-4862-a127-7b8cd3f90157
Service call disconnection callback
Publisher:
	Topic: []
	Address: 
	Process UUID: 1ff1cf0f-fc44-44a8-9f38-f80adaff2172
	Node UUID: 
	Socket ID: 
	Request type: 
	Response type: 
Advertise options:
	Scope: All
New disconnection detected 
	Process UUID: 1ff1cf0f-fc44-44a8-9f38-f80adaff2172

On the publish terminal got:

sending test_1
Current host address: 172.19.0.11
Process UUID: a961c015-652f-4a35-a4a0-04c88bd2bcca
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:37463] for pub/sub
Bind at: [tcp://172.19.0.11:43279] for srv. calls
Identity for receiving srv. requests: [9f9a98b2-0ebd-4bfb-ba37-c3aa6f369460]
Identity for receiving srv. responses: [2d2648ba-44d5-4586-850a-582997787f09]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_2
Current host address: 172.19.0.11
Process UUID: e9f53aa9-f869-4ba2-a229-0a7ae819684d
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:41673] for pub/sub
Bind at: [tcp://172.19.0.11:35231] for srv. calls
Identity for receiving srv. requests: [52fa7275-fd47-41fa-9c69-a301555fcc4e]
Identity for receiving srv. responses: [3745a784-ef5c-462b-abb1-18740a275279]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_3
Current host address: 172.19.0.11
Process UUID: fbe843e3-519d-4eb4-ba50-f26261d6c536
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:34503] for pub/sub
Bind at: [tcp://172.19.0.11:37095] for srv. calls
Identity for receiving srv. requests: [9ac1f151-1add-4140-a925-1b37b14e8559]
Identity for receiving srv. responses: [65728ff1-766e-45ed-9646-1a7107503172]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_4
Current host address: 172.19.0.11
Process UUID: 0cbae4ac-d88e-4728-975a-8df621310aa0
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:38929] for pub/sub
Bind at: [tcp://172.19.0.11:46725] for srv. calls
Identity for receiving srv. requests: [01b4cd9a-a3cd-41f0-bf2f-915e303daee8]
Identity for receiving srv. responses: [8abf40c4-0445-49e3-9408-0a36a29f2d4d]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_5
Current host address: 172.19.0.11
Process UUID: ab28df4e-ac30-438c-ab87-5e15b994b7e9
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:33323] for pub/sub
Bind at: [tcp://172.19.0.11:36117] for srv. calls
Identity for receiving srv. requests: [9ad5ea59-cfd3-40c0-8f3a-3993c873c368]
Identity for receiving srv. responses: [bcb1d08b-ab19-4c5e-bca2-baf4cded4eba]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_6
Current host address: 172.19.0.11
Process UUID: dd43145b-d63c-4009-85a9-79126bdfab27
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:42387] for pub/sub
Bind at: [tcp://172.19.0.11:46813] for srv. calls
Identity for receiving srv. requests: [ab22f089-353b-493f-98fa-3dd1fa3b9a6d]
Identity for receiving srv. responses: [4c7b44e3-e428-47f1-8794-29e701a5bad6]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_7
Current host address: 172.19.0.11
Process UUID: 73fab68e-52fb-4981-8778-632bd31b6b5f
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:37005] for pub/sub
Bind at: [tcp://172.19.0.11:42257] for srv. calls
Identity for receiving srv. requests: [3655ba2e-cfe1-495b-a0d4-723f6eb050af]
Identity for receiving srv. responses: [8433c053-0ebe-466a-af64-40a49ec9a43a]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_8
Current host address: 172.19.0.11
Process UUID: 24d91be3-9650-4706-8655-916d0bb3e071
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:35115] for pub/sub
Bind at: [tcp://172.19.0.11:35797] for srv. calls
Identity for receiving srv. requests: [b480ef29-7ed9-42f2-a386-17bb47eb81b7]
Identity for receiving srv. responses: [349631c3-07f4-4540-852e-b0bf3efc8dd0]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_9
Current host address: 172.19.0.11
Process UUID: a7670f6f-ad9a-4b61-bb06-cd8345dc5fba
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:42379] for pub/sub
Bind at: [tcp://172.19.0.11:43895] for srv. calls
Identity for receiving srv. requests: [29a60ddf-0055-4d4f-93ae-b8e2fc49fee4]
Identity for receiving srv. responses: [c57120a9-c519-4595-8b72-96aa134e2e71]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_10
Current host address: 172.19.0.11
Process UUID: 41a858ef-c0ed-4e97-b856-2f37357ca81e
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:38775] for pub/sub
Bind at: [tcp://172.19.0.11:38955] for srv. calls
Identity for receiving srv. requests: [057032bc-04f2-4b45-bef8-1d44fb72c104]
Identity for receiving srv. responses: [fae7f057-36bc-44c2-8ae3-a318f5801521]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_11
Current host address: 172.19.0.11
Process UUID: ae9cb7f3-519d-4206-8140-8d410909c325
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:36715] for pub/sub
Bind at: [tcp://172.19.0.11:37931] for srv. calls
Identity for receiving srv. requests: [0a9b7784-f0e2-4e2c-bd24-9470dc371385]
Identity for receiving srv. responses: [f1877e65-d2d0-4caa-8c04-d7cdd01b3bbf]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_12
Current host address: 172.19.0.11
Process UUID: 46ae2a98-262b-4bdb-8d85-e4fdaedf8049
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:45179] for pub/sub
Bind at: [tcp://172.19.0.11:34083] for srv. calls
Identity for receiving srv. requests: [6e86158b-d7d4-405e-a144-f4a49a5c889c]
Identity for receiving srv. responses: [603f5c05-6dda-4c4b-bf09-251232850aeb]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_13
Current host address: 172.19.0.11
Process UUID: 324190e7-a741-4dc2-89a5-44b11cd520ac
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:35251] for pub/sub
Bind at: [tcp://172.19.0.11:43155] for srv. calls
Identity for receiving srv. requests: [bd50fa12-d2ac-4ce8-984a-a7fe5cbb4284]
Identity for receiving srv. responses: [89dc6988-0b6e-4f59-bdca-8ee5dcf53eac]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_14
Current host address: 172.19.0.11
Process UUID: b418cc8b-aafb-4af9-9b01-6b29e8bdd9e9
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:34959] for pub/sub
Bind at: [tcp://172.19.0.11:44359] for srv. calls
Identity for receiving srv. requests: [15da7994-0ab2-4625-be22-d5f44a4661f4]
Identity for receiving srv. responses: [deb25b9e-3599-4bfe-b6a3-371def76b75f]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_15
Current host address: 172.19.0.11
Process UUID: 2dd62c04-1066-4c3d-97da-a883c0d10d2c
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:37423] for pub/sub
Bind at: [tcp://172.19.0.11:39233] for srv. calls
Identity for receiving srv. requests: [fd8e638f-f232-4d9e-a801-51661666a5c6]
Identity for receiving srv. responses: [12c65ff5-8865-4d44-902c-299f351296c9]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_16
Current host address: 172.19.0.11
Process UUID: bbd53f45-4523-485a-ba4b-e79c8d694a56
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:38139] for pub/sub
Bind at: [tcp://172.19.0.11:34951] for srv. calls
Identity for receiving srv. requests: [19f14261-e77e-4bea-b59b-2c12304492f5]
Identity for receiving srv. responses: [73ba420a-47b8-4dac-8ed2-f22bbe829900]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_17
Current host address: 172.19.0.11
Process UUID: 437d967c-1d5a-4b6b-8d70-ace47cd27399
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:40057] for pub/sub
Bind at: [tcp://172.19.0.11:40717] for srv. calls
Identity for receiving srv. requests: [054f4eb0-e627-4ca5-b9dd-81e371a81da7]
Identity for receiving srv. responses: [54c53ba1-1b32-41b1-acb1-d1802eefc30c]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_18
Current host address: 172.19.0.11
Process UUID: cb92cbd5-8cd4-4908-8644-0d4b21280b64
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:37173] for pub/sub
Bind at: [tcp://172.19.0.11:40727] for srv. calls
Identity for receiving srv. requests: [ad179cd3-0727-482b-8097-cc79ac5172e6]
Identity for receiving srv. responses: [942d4b29-aad6-46e0-8ca6-56a905f8855e]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_19
Current host address: 172.19.0.11
Process UUID: 53351574-ec03-4759-9601-f1e18a0c0dc6
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:34661] for pub/sub
Bind at: [tcp://172.19.0.11:40683] for srv. calls
Identity for receiving srv. requests: [fc8b786e-600d-4b3b-a20b-a8dde487196b]
Identity for receiving srv. responses: [f10aada2-8bdf-4cff-b890-a764c42ca513]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_20
Current host address: 172.19.0.11
Process UUID: b496eda7-5d03-487d-a3af-34720f641b3d
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:40433] for pub/sub
Bind at: [tcp://172.19.0.11:34951] for srv. calls
Identity for receiving srv. requests: [e3fb217e-e012-4ce8-b206-012acc0e12eb]
Identity for receiving srv. responses: [fcc1a908-ba13-4470-915a-a1edef1f18b7]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_21
Current host address: 172.19.0.11
Process UUID: b51d1703-e483-4cf9-bfb6-e684ccaca1a1
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:36671] for pub/sub
Bind at: [tcp://172.19.0.11:38719] for srv. calls
Identity for receiving srv. requests: [dcc36532-edcd-4077-9c27-201baebad833]
Identity for receiving srv. responses: [530d9f3c-faa0-4e73-8601-89843b7241ba]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_22
Current host address: 172.19.0.11
Process UUID: 99a9d9dd-8dd7-4347-b691-80ba50ab76c1
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:45659] for pub/sub
Bind at: [tcp://172.19.0.11:45095] for srv. calls
Identity for receiving srv. requests: [f6e44d74-34c1-466a-b070-852ea225b36f]
Identity for receiving srv. responses: [ac3ddcf8-5a8a-4080-b1c5-47e0f3bbe50e]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_23
Current host address: 172.19.0.11
Process UUID: 55ead7b6-684e-407d-8e49-c80f4aa094ec
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:45293] for pub/sub
Bind at: [tcp://172.19.0.11:44039] for srv. calls
Identity for receiving srv. requests: [43b90907-7b85-428b-9704-3ad1820c589c]
Identity for receiving srv. responses: [e7bdc8dd-2cb3-4b30-a19e-7fad4ad486c1]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_24
Current host address: 172.19.0.11
Process UUID: 7fd318ea-a844-48c4-9397-721c57402fbe
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:38613] for pub/sub
Bind at: [tcp://172.19.0.11:39579] for srv. calls
Identity for receiving srv. requests: [4d0dee90-9f0d-4c80-ba0c-2e7f9c491cab]
Identity for receiving srv. responses: [2b5b063e-2ec3-4fed-b12f-78602d9ed87f]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_25
Current host address: 172.19.0.11
Process UUID: 89e4dece-ce9d-4c0a-a64a-17d44007d075
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:39629] for pub/sub
Bind at: [tcp://172.19.0.11:33849] for srv. calls
Identity for receiving srv. requests: [b7d033e8-ec8f-46ef-ba6c-212f9b32f98e]
Identity for receiving srv. responses: [a6052ed7-a707-4073-9d96-14398cfbe85f]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_26
Current host address: 172.19.0.11
Process UUID: b249700e-48c5-4795-8b77-9c3b888de9b6
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:38259] for pub/sub
Bind at: [tcp://172.19.0.11:45601] for srv. calls
Identity for receiving srv. requests: [1fd615b3-9658-430e-84f5-be61ae8e830a]
Identity for receiving srv. responses: [81a7b9c4-4634-42e8-8f65-9b0907c71384]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_27
Current host address: 172.19.0.11
Process UUID: 77e1accc-c20c-4899-a7d6-3ae4bdbf9eab
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:38785] for pub/sub
Bind at: [tcp://172.19.0.11:36499] for srv. calls
Identity for receiving srv. requests: [7572a4f1-54f2-41bd-bad2-cab3bdba4951]
Identity for receiving srv. responses: [b370ad6f-7055-4e95-8ae1-a7120c7da19f]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_28
Current host address: 172.19.0.11
Process UUID: e21ab404-f333-41ac-9c86-5fde3e7a8383
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:39935] for pub/sub
Bind at: [tcp://172.19.0.11:32827] for srv. calls
Identity for receiving srv. requests: [23c05591-72e7-4ea6-81d2-5851bda9040c]
Identity for receiving srv. responses: [229ac0e1-4709-4918-9245-9f61e1097218]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_29
Current host address: 172.19.0.11
Process UUID: 6045fd71-b3c9-465f-9135-15224fff0d54
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:43999] for pub/sub
Bind at: [tcp://172.19.0.11:46351] for srv. calls
Identity for receiving srv. requests: [8b499a98-648b-418c-9ae3-55cb71b1bdac]
Identity for receiving srv. responses: [3e0223fb-12b9-4e74-a984-6479b73f82e2]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_30
Current host address: 172.19.0.11
Process UUID: 165f0f6b-aa0a-475b-aa3f-f3d6a5b70fbf
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:46449] for pub/sub
Bind at: [tcp://172.19.0.11:39077] for srv. calls
Identity for receiving srv. requests: [a549c13c-6f76-45d2-ab8c-e0946ad60ac9]
Identity for receiving srv. responses: [37d703fb-c947-4c1e-ba04-b26c91dcfa84]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_31
Current host address: 172.19.0.11
Process UUID: 120075ff-1018-43d0-8d87-be3c320a8c8f
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:46151] for pub/sub
Bind at: [tcp://172.19.0.11:37487] for srv. calls
Identity for receiving srv. requests: [8c17f78b-9296-4587-8fc0-535d48a8acb2]
Identity for receiving srv. responses: [dc5c8325-9ccc-4f9f-8f4d-4701732e4552]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_32
Current host address: 172.19.0.11
Process UUID: 95f8e7cb-0a79-4d1c-b9d2-b35311830016
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:35153] for pub/sub
Bind at: [tcp://172.19.0.11:44263] for srv. calls
Identity for receiving srv. requests: [73dd559f-5440-4cfa-b8a1-b0b7014846de]
Identity for receiving srv. responses: [6eb3ebd3-9ebf-4d40-b293-8fb0ab683515]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_33
Current host address: 172.19.0.11
Process UUID: 3b8b62d6-678e-4f89-b8e9-059a011d1ac3
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:35755] for pub/sub
Bind at: [tcp://172.19.0.11:41421] for srv. calls
Identity for receiving srv. requests: [bb3afeee-1c10-45fb-a557-7420b99a5501]
Identity for receiving srv. responses: [9e531330-7b50-42ec-84d1-98c6264682b0]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_34
Current host address: 172.19.0.11
Process UUID: efaa1e07-8905-40c1-9409-c22332e670e1
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:45321] for pub/sub
Bind at: [tcp://172.19.0.11:44953] for srv. calls
Identity for receiving srv. requests: [10798423-ee56-4aa0-9065-5dc1ed4b65ab]
Identity for receiving srv. responses: [f718b1e4-7881-4ade-8c43-7034499f7d08]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_35
Current host address: 172.19.0.11
Process UUID: 755cd531-bd78-4636-bddc-bbb9b2f47438
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:45167] for pub/sub
Bind at: [tcp://172.19.0.11:45935] for srv. calls
Identity for receiving srv. requests: [ca5fe528-f3fe-46e3-bdaa-714ebd897123]
Identity for receiving srv. responses: [7aab7e20-ad5e-4107-a469-c6d9e3307ea5]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_36
Current host address: 172.19.0.11
Process UUID: 3c97e287-c172-4087-a520-ffa016a40512
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:44839] for pub/sub
Bind at: [tcp://172.19.0.11:38057] for srv. calls
Identity for receiving srv. requests: [145ebbd9-c758-413d-8f83-ac81b33d4ff7]
Identity for receiving srv. responses: [96f069b4-d45b-41ce-8328-d94255279ea3]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_37
Current host address: 172.19.0.11
Process UUID: 39b5dbd0-a302-4ca7-a47e-0a1f14074c0d
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:42051] for pub/sub
Bind at: [tcp://172.19.0.11:35909] for srv. calls
Identity for receiving srv. requests: [193c164c-d53a-4dbc-888c-9a6de9414c4d]
Identity for receiving srv. responses: [4247628a-567d-48d9-a795-57225347b722]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_38
Current host address: 172.19.0.11
Process UUID: 47567211-2995-4945-bbdc-0db8659e45a2
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:45305] for pub/sub
Bind at: [tcp://172.19.0.11:33755] for srv. calls
Identity for receiving srv. requests: [2e812d19-157f-4b38-bb89-f3812fdcd9da]
Identity for receiving srv. responses: [ff8da20a-3122-4e5a-8001-59aed0dddd27]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_39
Current host address: 172.19.0.11
Process UUID: 8df75392-94bb-4e82-bc13-278c588802dc
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:43681] for pub/sub
Bind at: [tcp://172.19.0.11:39363] for srv. calls
Identity for receiving srv. requests: [893610cc-c321-43de-9bc9-73a98197df64]
Identity for receiving srv. responses: [ab7abf74-14a9-443d-ba69-845989223971]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_40
Current host address: 172.19.0.11
Process UUID: 22dacec0-ce38-426e-b635-5463ee2c1d32
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:40029] for pub/sub
Bind at: [tcp://172.19.0.11:39281] for srv. calls
Identity for receiving srv. requests: [0359939d-c991-4db0-b67c-39d16edb13bd]
Identity for receiving srv. responses: [7e17a19f-f442-4f17-b323-46c1193fe3be]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_41
Current host address: 172.19.0.11
Process UUID: a2dd39f8-f52b-43e1-a7a4-13c994903af7
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:46741] for pub/sub
Bind at: [tcp://172.19.0.11:45097] for srv. calls
Identity for receiving srv. requests: [fef073b4-76fe-4349-a789-15cc6a02be52]
Identity for receiving srv. responses: [f5ba53c8-6425-479d-bb83-b35b7447b696]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_42
Current host address: 172.19.0.11
Process UUID: ed1c9620-c7a3-4968-9108-7be0a452a687
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:34295] for pub/sub
Bind at: [tcp://172.19.0.11:33689] for srv. calls
Identity for receiving srv. requests: [40546ad6-ebb4-4cda-8e9e-185f5212bf99]
Identity for receiving srv. responses: [97c54563-f907-4061-8deb-bddab1495dbd]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_43
Current host address: 172.19.0.11
Process UUID: ddc746fb-9bac-44a5-ac0d-3e06c3b46df8
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:34723] for pub/sub
Bind at: [tcp://172.19.0.11:42151] for srv. calls
Identity for receiving srv. requests: [bb2a9659-fb6e-4e44-ab40-2c4b772b4c13]
Identity for receiving srv. responses: [400300fc-7b79-49bd-b5e2-7373cb5e57a2]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_44
Current host address: 172.19.0.11
Process UUID: 470ace19-cfb9-4cab-8401-df5ec9f48c47
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:37347] for pub/sub
Bind at: [tcp://172.19.0.11:37237] for srv. calls
Identity for receiving srv. requests: [3f5e8bc6-035f-4bfc-a016-df5ded73db9e]
Identity for receiving srv. responses: [5544701d-4e4b-4762-89c9-cd8c9ffe4e44]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_45
Current host address: 172.19.0.11
Process UUID: 48f68956-809d-480c-ae4d-4e0730bb1970
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:36803] for pub/sub
Bind at: [tcp://172.19.0.11:34525] for srv. calls
Identity for receiving srv. requests: [ef4488c9-3b33-485e-a747-99e4094b63da]
Identity for receiving srv. responses: [b2efa889-5854-4df1-a409-c585a9dc8c55]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_46
Current host address: 172.19.0.11
Process UUID: fc9865bb-e0f1-4219-a49a-dad109579a90
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:44025] for pub/sub
Bind at: [tcp://172.19.0.11:41689] for srv. calls
Identity for receiving srv. requests: [99d6ce42-d373-4abb-8678-4a204e5c5baf]
Identity for receiving srv. responses: [7198520e-a814-475a-8bd8-0d566d252d64]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_47
Current host address: 172.19.0.11
Process UUID: f3072ac7-3498-43a0-bcb8-44aec8cf9403
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:36431] for pub/sub
Bind at: [tcp://172.19.0.11:44245] for srv. calls
Identity for receiving srv. requests: [f918991b-8f52-4e1f-9c32-6a1a15c4da27]
Identity for receiving srv. responses: [01235f82-0878-4dd0-aa75-5e49cf3caa7a]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_48
Current host address: 172.19.0.11
Process UUID: dca9db5a-b5d7-4282-8329-6325364386be
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:33607] for pub/sub
Bind at: [tcp://172.19.0.11:45113] for srv. calls
Identity for receiving srv. requests: [e95082f2-1ef3-4dc7-9aa4-3febc846be4f]
Identity for receiving srv. responses: [99a81cbb-e958-4b0b-a832-e7cf50a2f005]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_49
Current host address: 172.19.0.11
Process UUID: 277afb07-84e9-407e-83e3-b000c84e7cc0
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:39459] for pub/sub
Bind at: [tcp://172.19.0.11:46537] for srv. calls
Identity for receiving srv. requests: [c2966b37-e70f-425c-9d1a-d49216df5024]
Identity for receiving srv. responses: [7f3082f3-1162-46fb-99dd-b89c75461bd2]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_50
Current host address: 172.19.0.11
Process UUID: 6554889d-974a-4c56-9865-463391ad434a
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:38183] for pub/sub
Bind at: [tcp://172.19.0.11:35575] for srv. calls
Identity for receiving srv. requests: [8f82a286-ca1b-4337-9539-e4a25537218e]
Identity for receiving srv. responses: [d09031e4-4cee-4230-8646-1f2d3b9f9064]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_51
Current host address: 172.19.0.11
Process UUID: 93f9cba5-1218-458d-9ec2-fc7381671620
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:40473] for pub/sub
Bind at: [tcp://172.19.0.11:43465] for srv. calls
Identity for receiving srv. requests: [f3481d57-a713-445c-96f0-04173231165f]
Identity for receiving srv. responses: [5cfeb36d-5643-44f8-a9f8-af7032b8fa3e]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_52
Current host address: 172.19.0.11
Process UUID: c9b21c64-169f-47de-974c-c3508f994d9e
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:33073] for pub/sub
Bind at: [tcp://172.19.0.11:39817] for srv. calls
Identity for receiving srv. requests: [8b892242-805a-4b9a-8bcd-14181bc70c94]
Identity for receiving srv. responses: [cd11c659-606e-46cd-a22d-09fbd0ee4e80]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_53
Current host address: 172.19.0.11
Process UUID: f095698f-abb4-4b94-8249-e5706c8c2ba0
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:44597] for pub/sub
Bind at: [tcp://172.19.0.11:42421] for srv. calls
Identity for receiving srv. requests: [b582b696-eb98-4345-b5c2-e7fd27bf79d5]
Identity for receiving srv. responses: [97574fe3-15bd-4796-8ee8-35dd458a3569]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_54
Current host address: 172.19.0.11
Process UUID: 07405358-0393-4ef7-99e0-69e557ae42ad
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:38391] for pub/sub
Bind at: [tcp://172.19.0.11:44989] for srv. calls
Identity for receiving srv. requests: [b7e66179-1063-4992-84bf-ccb51d008e29]
Identity for receiving srv. responses: [c75a8913-4e53-4ad3-9c54-575c89942bc6]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_55
Current host address: 172.19.0.11
Process UUID: d58865f2-53bc-4f8e-b278-bcc88cc722da
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:37219] for pub/sub
Bind at: [tcp://172.19.0.11:39457] for srv. calls
Identity for receiving srv. requests: [da8677d7-6898-4b8d-afdc-fb32a2303f70]
Identity for receiving srv. responses: [bebddb3e-24b6-4ede-8622-ed1f6e24a9e6]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_56
Current host address: 172.19.0.11
Process UUID: b84fde6e-908a-461f-97b4-0a31ec912744
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:45709] for pub/sub
Bind at: [tcp://172.19.0.11:38657] for srv. calls
Identity for receiving srv. requests: [b0ec3672-7058-41e6-84e6-bedc709e3b82]
Identity for receiving srv. responses: [d403a2e8-b079-4259-86c7-4b98d3eb9f3b]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_57
Current host address: 172.19.0.11
Process UUID: 1b023ff6-9781-4140-a40c-e8cf6159abb1
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:42407] for pub/sub
Bind at: [tcp://172.19.0.11:44137] for srv. calls
Identity for receiving srv. requests: [83cffada-dc02-4135-bc0c-93cc5f8bd0d2]
Identity for receiving srv. responses: [c7c0199e-2a36-48d8-b5d6-b9c02aa00ec2]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_58
Current host address: 172.19.0.11
Process UUID: d6ad5bd0-0039-4862-a210-883dff355bc9
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:37283] for pub/sub
Bind at: [tcp://172.19.0.11:34031] for srv. calls
Identity for receiving srv. requests: [425db07f-976d-43e6-b014-ea6b554fbfb1]
Identity for receiving srv. responses: [a91cd090-afba-417b-a086-d2d82b769afa]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_59
Current host address: 172.19.0.11
Process UUID: 290eadde-0adf-4ef4-9348-2a6586be0ae1
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:46335] for pub/sub
Bind at: [tcp://172.19.0.11:35699] for srv. calls
Identity for receiving srv. requests: [6aee70ba-93cc-438a-9e14-52e9a7428d1a]
Identity for receiving srv. responses: [f8abfd0f-f81f-4612-b739-27780e3ad638]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_60
Current host address: 172.19.0.11
Process UUID: ade81b42-0ce1-4861-894d-ce76507bc733
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:38893] for pub/sub
Bind at: [tcp://172.19.0.11:39249] for srv. calls
Identity for receiving srv. requests: [26b4d07f-b12c-4244-8a01-38c021b584bd]
Identity for receiving srv. responses: [56641ee2-0687-4156-9d0f-2bc0d656e05b]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_61
Current host address: 172.19.0.11
Process UUID: b0785e62-825f-413a-aa08-31ba70e0c2f4
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:35827] for pub/sub
Bind at: [tcp://172.19.0.11:44703] for srv. calls
Identity for receiving srv. requests: [ddd33ef7-5b8b-453c-9c91-ca96b6f0df69]
Identity for receiving srv. responses: [0a2fc655-e20a-4dd4-b4df-c4b59ad4f74c]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_62
Current host address: 172.19.0.11
Process UUID: a15eda04-17ff-4aa6-b718-afd8cdd635f9
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:33895] for pub/sub
Bind at: [tcp://172.19.0.11:33819] for srv. calls
Identity for receiving srv. requests: [02d12704-729c-4c29-afe9-e09e90399564]
Identity for receiving srv. responses: [8b6f3449-0d21-4866-a4f2-bd6ce2b4bda5]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_63
Current host address: 172.19.0.11
Process UUID: 3089533f-55ae-431b-96d1-4f034e5d46d4
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:35649] for pub/sub
Bind at: [tcp://172.19.0.11:42437] for srv. calls
Identity for receiving srv. requests: [a3f7c734-d6c5-428d-8918-fcac5faedbb9]
Identity for receiving srv. responses: [3c850cd5-a146-4c9c-b7d0-f9fa4fe3aba9]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_64
Current host address: 172.19.0.11
Process UUID: 66b33978-1e2c-4a23-b154-9274ec2c10d5
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:38285] for pub/sub
Bind at: [tcp://172.19.0.11:32799] for srv. calls
Identity for receiving srv. requests: [f06a1a7a-2e58-42c1-9a87-b5c658875699]
Identity for receiving srv. responses: [92ecf99b-da3a-4ec0-a93b-655b824cb080]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_65
Current host address: 172.19.0.11
Process UUID: f6bde7c5-a4e7-4e16-96f2-a30052b72d7b
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:39493] for pub/sub
Bind at: [tcp://172.19.0.11:40155] for srv. calls
Identity for receiving srv. requests: [ccbbe2b1-f3c3-49fd-adac-dfb4cae5bc33]
Identity for receiving srv. responses: [521b4785-477b-42e3-ae69-4601defe28d5]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_66
Current host address: 172.19.0.11
Process UUID: 41fd0f9f-84f1-4a2f-bf40-b9702509941a
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:34059] for pub/sub
Bind at: [tcp://172.19.0.11:35335] for srv. calls
Identity for receiving srv. requests: [ad96c5f2-9a33-4dd6-9369-f3ddfa6e10b7]
Identity for receiving srv. responses: [ecdb0bbf-bdf9-42fc-bf7d-e6539eb207a4]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_67
Current host address: 172.19.0.11
Process UUID: 6006b904-2b4e-4948-8de4-c9190415693a
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:43329] for pub/sub
Bind at: [tcp://172.19.0.11:43581] for srv. calls
Identity for receiving srv. requests: [2d0420eb-476e-4c4b-9512-f23b18712318]
Identity for receiving srv. responses: [902a3064-2ecb-4bde-bcc5-4bd36fdbceee]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_68
Current host address: 172.19.0.11
Process UUID: 08c33041-fda6-4bc1-8e9f-971e74559641
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:37529] for pub/sub
Bind at: [tcp://172.19.0.11:42273] for srv. calls
Identity for receiving srv. requests: [e4490281-44e5-4498-aee8-909720166c88]
Identity for receiving srv. responses: [efd52dcd-0f42-4a77-909a-a131ddd3e9a6]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_69
Current host address: 172.19.0.11
Process UUID: 74839220-8584-4658-9b21-59750e5f430b
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:44059] for pub/sub
Bind at: [tcp://172.19.0.11:39663] for srv. calls
Identity for receiving srv. requests: [e06af1e0-dd28-4a2c-8594-219fe902d52f]
Identity for receiving srv. responses: [7e5b3357-d936-4284-8706-be7e43d9e80e]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_70
Current host address: 172.19.0.11
Process UUID: f51829e5-e6be-46a8-ac0a-d66bc3f90f28
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:42391] for pub/sub
Bind at: [tcp://172.19.0.11:38829] for srv. calls
Identity for receiving srv. requests: [023e2671-43e5-41bd-89cc-9ef405047163]
Identity for receiving srv. responses: [f364974f-d474-42dc-9a4d-ed56b821e1ca]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_71
Current host address: 172.19.0.11
Process UUID: e75889dc-dc7c-4c61-8fe9-718342f4e474
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:34421] for pub/sub
Bind at: [tcp://172.19.0.11:44779] for srv. calls
Identity for receiving srv. requests: [947c51e1-dee2-4442-a8dd-e3e1f459f554]
Identity for receiving srv. responses: [eda36f36-5999-4523-be96-17fe910b84c3]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_72
Current host address: 172.19.0.11
Process UUID: 64282df7-fbc1-4c4d-8377-81558f579957
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:34223] for pub/sub
Bind at: [tcp://172.19.0.11:40105] for srv. calls
Identity for receiving srv. requests: [fa4d463a-9a15-4385-b552-525ceb8a405c]
Identity for receiving srv. responses: [b2690e28-db4d-445b-840d-ded91407760a]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_73
Current host address: 172.19.0.11
Process UUID: c08ce918-8f52-40ca-ab32-61bb43dddf5c
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:35003] for pub/sub
Bind at: [tcp://172.19.0.11:33483] for srv. calls
Identity for receiving srv. requests: [67f80494-765f-4fb6-909e-8797b9518a78]
Identity for receiving srv. responses: [ca92e635-4326-44eb-a0ab-4d981648aba1]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_74
Current host address: 172.19.0.11
Process UUID: a7f5dc21-bf03-41ea-b1b8-029f42a4c3e8
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:34759] for pub/sub
Bind at: [tcp://172.19.0.11:36435] for srv. calls
Identity for receiving srv. requests: [f0d6cd27-ab25-4ae1-b698-baa5077040f3]
Identity for receiving srv. responses: [6cf214a1-d943-4de5-9604-545bcdf6d6be]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_75
Current host address: 172.19.0.11
Process UUID: bf6dbefb-0850-434a-91a8-fced33f4695c
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:45063] for pub/sub
Bind at: [tcp://172.19.0.11:40277] for srv. calls
Identity for receiving srv. requests: [97e95cd7-2415-4506-a7f8-40d945b70065]
Identity for receiving srv. responses: [c8fb4996-4a77-492d-8951-a7aec1f9aef4]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_76
Current host address: 172.19.0.11
Process UUID: b5b04175-1386-4755-9e05-c0eb8d16237c
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:39179] for pub/sub
Bind at: [tcp://172.19.0.11:37193] for srv. calls
Identity for receiving srv. requests: [f8b50aa4-f6a0-475e-94dc-c15b7a32044e]
Identity for receiving srv. responses: [300cfdd0-640f-4ad2-84f5-a1a7b7dcdfb2]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_77
Current host address: 172.19.0.11
Process UUID: dfa32035-d8e0-4a3e-8fa9-f0c376e242cc
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:38985] for pub/sub
Bind at: [tcp://172.19.0.11:38947] for srv. calls
Identity for receiving srv. requests: [648a8a5d-410a-4379-8687-b5acac59971c]
Identity for receiving srv. responses: [5ea2c579-7f73-4e25-8f63-cfc44a6f767d]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_78
Current host address: 172.19.0.11
Process UUID: 9517ae30-a2d5-4222-800d-9712bf2ef2d3
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:46159] for pub/sub
Bind at: [tcp://172.19.0.11:41767] for srv. calls
Identity for receiving srv. requests: [1f6db926-6341-4238-b16c-f3ac9e6aa1ba]
Identity for receiving srv. responses: [34a38f3d-ddd6-497e-ac34-65b11b3dbe27]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_79
Current host address: 172.19.0.11
Process UUID: 21aac3b3-06e0-4864-89ce-0e8c52db1e50
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:39869] for pub/sub
Bind at: [tcp://172.19.0.11:41945] for srv. calls
Identity for receiving srv. requests: [5941582a-6d1f-40c6-93d9-e06ed8b199cd]
Identity for receiving srv. responses: [bb76ba03-01a2-437f-918f-011d40af750a]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_80
Current host address: 172.19.0.11
Process UUID: 6db3bcfd-af00-4e8a-b871-7b995f329844
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:43563] for pub/sub
Bind at: [tcp://172.19.0.11:41911] for srv. calls
Identity for receiving srv. requests: [bf4db62e-17f6-4ff1-a844-2e766e054634]
Identity for receiving srv. responses: [b257a325-7f62-4bc8-b38f-e20abe3d0f2e]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_81
Current host address: 172.19.0.11
Process UUID: e01ed94b-2989-4e01-acbe-801fd8a059fa
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:34001] for pub/sub
Bind at: [tcp://172.19.0.11:33477] for srv. calls
Identity for receiving srv. requests: [c526e996-7050-4183-a1c6-f5f5a7c7c6bf]
Identity for receiving srv. responses: [b9ddc25b-a646-46f8-8c07-98da364bdadb]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_82
Current host address: 172.19.0.11
Process UUID: 800c256e-97e6-432d-adf8-87e60e4f8119
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:40129] for pub/sub
Bind at: [tcp://172.19.0.11:43601] for srv. calls
Identity for receiving srv. requests: [3b3f1910-e729-4dd1-a963-0090e7cd4e4d]
Identity for receiving srv. responses: [1ef68880-796a-4035-af87-99bfcf2c4f5c]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_83
Current host address: 172.19.0.11
Process UUID: 89b87802-addd-4728-a3af-273c886b0acd
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:44081] for pub/sub
Bind at: [tcp://172.19.0.11:46725] for srv. calls
Identity for receiving srv. requests: [9604876b-4592-4825-b899-a7ab38e77370]
Identity for receiving srv. responses: [2c009355-0811-485c-b8f3-3f8eacb56ab8]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_84
Current host address: 172.19.0.11
Process UUID: 61cf4dfb-e1cb-410b-a451-059f8485eeb5
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:38699] for pub/sub
Bind at: [tcp://172.19.0.11:42939] for srv. calls
Identity for receiving srv. requests: [253d43e4-a4c1-4ec0-9a31-13751ae7b26e]
Identity for receiving srv. responses: [81bad693-6840-4232-8b45-ceee48ac6376]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_85
Current host address: 172.19.0.11
Process UUID: ba631b89-a642-4c94-843c-e0027b3873dd
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:46505] for pub/sub
Bind at: [tcp://172.19.0.11:38411] for srv. calls
Identity for receiving srv. requests: [bf526ccc-469f-44c2-b7b5-3a567bfddf5f]
Identity for receiving srv. responses: [b844e93a-15d6-4b81-ba12-a080363efaaf]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_86
Current host address: 172.19.0.11
Process UUID: 95f5c3c5-f945-4fe3-b282-19411d0b0da9
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:39057] for pub/sub
Bind at: [tcp://172.19.0.11:38601] for srv. calls
Identity for receiving srv. requests: [b1a723b1-89fa-4629-a088-7e27e398e697]
Identity for receiving srv. responses: [f8abd1b7-40bf-4ef7-9a41-69ba4a7d5e37]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_87
Current host address: 172.19.0.11
Process UUID: 6aeb32c6-4d33-40cb-b2bf-68a668893b5f
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:43663] for pub/sub
Bind at: [tcp://172.19.0.11:35527] for srv. calls
Identity for receiving srv. requests: [ca6ef470-68ca-4d01-aa1e-52ba143d1bb9]
Identity for receiving srv. responses: [7ab822cc-b534-4f22-973d-b6a8ada6c3fd]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_88
Current host address: 172.19.0.11
Process UUID: 1b0d895f-452b-401e-9995-f25ef28b30a2
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:41569] for pub/sub
Bind at: [tcp://172.19.0.11:37751] for srv. calls
Identity for receiving srv. requests: [1c35287d-e9e5-46dd-8fe2-fa919ca5bd4d]
Identity for receiving srv. responses: [8b882a52-a2c2-4112-ba01-ee5cb77488f9]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_89
Current host address: 172.19.0.11
Process UUID: 65630e8d-5018-4afb-9add-c1c443670133
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:39959] for pub/sub
Bind at: [tcp://172.19.0.11:38447] for srv. calls
Identity for receiving srv. requests: [43bbdb3f-3abe-4fa1-ada0-3fcea486ac34]
Identity for receiving srv. responses: [e2f9fbb1-153c-43d0-b1b5-f65cf971d5a9]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_90
Current host address: 172.19.0.11
Process UUID: 1ed444f3-678b-475b-aa96-2d0b1c064e2b
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:34413] for pub/sub
Bind at: [tcp://172.19.0.11:35575] for srv. calls
Identity for receiving srv. requests: [3e462140-550a-46b1-9ea2-6a3e54b47387]
Identity for receiving srv. responses: [c56e3f0f-a9bf-4e7d-a6e0-fc0a062bb076]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_91
Current host address: 172.19.0.11
Process UUID: c7a7ebdd-81e1-4a76-97ee-52d9a392a165
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:35219] for pub/sub
Bind at: [tcp://172.19.0.11:40787] for srv. calls
Identity for receiving srv. requests: [bb94ca25-9bd3-42b4-b54f-bee6d1086c2f]
Identity for receiving srv. responses: [46dd7b07-77c9-4c36-ab89-50f934208c0f]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_92
Current host address: 172.19.0.11
Process UUID: 89937f3c-a5c0-40f3-9c62-5703454678c7
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:37625] for pub/sub
Bind at: [tcp://172.19.0.11:41967] for srv. calls
Identity for receiving srv. requests: [2604263c-c9cb-4c6c-902c-f25f9c58b831]
Identity for receiving srv. responses: [b76cfa8b-0a2e-49cb-a679-4d3968f242ec]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_93
Current host address: 172.19.0.11
Process UUID: e4963015-1bd9-4a27-8db2-15029c1a665e
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:46655] for pub/sub
Bind at: [tcp://172.19.0.11:43255] for srv. calls
Identity for receiving srv. requests: [8617617d-9530-4aad-9cda-97b4df00d858]
Identity for receiving srv. responses: [ffb48e61-36b0-42ec-b710-44c5933fe92e]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_94
Current host address: 172.19.0.11
Process UUID: c1664fa9-2e37-48c6-95d1-57a5d9fe80cb
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:41473] for pub/sub
Bind at: [tcp://172.19.0.11:33481] for srv. calls
Identity for receiving srv. requests: [353b368d-3440-4703-a264-e4f3f86211c7]
Identity for receiving srv. responses: [59900ebf-7948-4546-8418-68be913e66fd]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_95
Current host address: 172.19.0.11
Process UUID: e7f1e9f5-1360-4b70-be0a-b86c91806324
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:34909] for pub/sub
Bind at: [tcp://172.19.0.11:37059] for srv. calls
Identity for receiving srv. requests: [350dc06e-2de4-4c42-82d0-cb6fc03ad78c]
Identity for receiving srv. responses: [71ee5716-d2a5-4de4-a036-6988830e53cc]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_96
Current host address: 172.19.0.11
Process UUID: 68a1e2cd-adff-4d05-aeb0-5202a57173eb
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:35061] for pub/sub
Bind at: [tcp://172.19.0.11:33871] for srv. calls
Identity for receiving srv. requests: [f764b45c-63f9-4bb0-8002-b9fd3a10df94]
Identity for receiving srv. responses: [8a22dce7-d61e-415e-9289-853fba6701b5]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_97
Current host address: 172.19.0.11
Process UUID: 66e2f339-766c-4b53-85fb-5ea4e3ce0016
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:43171] for pub/sub
Bind at: [tcp://172.19.0.11:40819] for srv. calls
Identity for receiving srv. requests: [c2bd8f38-2fd6-4789-bde8-d1fbe5c3f9dd]
Identity for receiving srv. responses: [52b88b2f-0275-4ff5-9bec-db8cd8944b38]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_98
Current host address: 172.19.0.11
Process UUID: 5acc03a6-54f7-4406-bdb7-fe72be2b5481
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:36579] for pub/sub
Bind at: [tcp://172.19.0.11:44213] for srv. calls
Identity for receiving srv. requests: [c0f47c05-3e82-4cd2-8e68-d81914e22951]
Identity for receiving srv. responses: [bac11d59-9a1c-4c34-a45c-d3e234e5e81e]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_99
Current host address: 172.19.0.11
Process UUID: d31873aa-6e32-4862-a127-7b8cd3f90157
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:38187] for pub/sub
Bind at: [tcp://172.19.0.11:39767] for srv. calls
Identity for receiving srv. requests: [422095e1-02fa-4594-afb8-5d0ed84d2f79]
Identity for receiving srv. responses: [0a7b492b-ba73-4a87-ad28-7985c8b13bc7]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]
sending test_100
Current host address: 172.19.0.11
Process UUID: 1ff1cf0f-fc44-44a8-9f38-f80adaff2172
Bind at: [udp://239.255.0.7:10317] for msg discovery
Bind at: [udp://239.255.0.7:10318] for srv discovery
Bind at: [tcp://172.19.0.11:34153] for pub/sub
Bind at: [tcp://172.19.0.11:45477] for srv. calls
Identity for receiving srv. requests: [85583b26-32d8-43d2-8eb8-0d88278875d4]
Identity for receiving srv. responses: [bce9696d-42c4-4af3-821e-4913884782de]
Registering a new remote connection
	Proc UUID: [6ea173ea-b21a-4cc3-84ec-8967ae9ee7aa]
	Node UUID: [10c085fe-9f7b-4b14-86ca-00cab793c0b2]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: In progress
Development

No branches or pull requests

3 participants