Skip to content
Snippets Groups Projects
Commit 1acf98dd authored by Roman Haefeli's avatar Roman Haefeli
Browse files

show correct client ID in debug output

parent 7938970f
No related branches found
No related tags found
1 merge request!2Proto2
#N canvas 500 106 412 472 10;
#X declare -path netpd-server/includes;
#X declare -path osc;
#N canvas 529 222 830 401 tpf.communication 0;
#N canvas 519 214 830 401 tpf.communication 0;
#X obj 7 8 r SERVER;
#X obj 7 74 s \$0.from;
#X obj 488 14 r SERVER;
......@@ -101,7 +101,6 @@
#X obj 213 325 list split 1;
#X obj 247 350 s \$0.to;
#X obj 488 58 t a a;
#X obj 628 321 r \$0.room;
#X connect 0 0 16 0;
#X connect 2 0 3 0;
#X connect 3 0 44 0;
......@@ -146,7 +145,7 @@
#X connect 44 0 4 0;
#X connect 44 1 29 0;
#X restore 13 132 pd tpf.communication;
#N canvas 672 146 574 550 register/name 0;
#N canvas 662 138 664 550 register/name 0;
#X obj 147 385 s \$0.to;
#X obj 7 11 r \$0.from;
#X msg 147 363 /register/done;
......@@ -194,6 +193,7 @@
#X obj 7 120 t a b a a, f 57;
#X msg 346 147 symbol \$1;
#X obj 346 170 s \$0.room;
#X text 410 167 tell room upon new client connection;
#X connect 1 0 15 0;
#X connect 2 0 0 0;
#X connect 3 0 16 0;
......@@ -227,7 +227,7 @@
#X connect 3 0 1 0;
#X restore 13 153 pd protol/version;
#X obj 13 50 text define \$0.clients;
#N canvas 516 238 494 528 unregister/name 0;
#N canvas 506 230 494 528 unregister/name 0;
#X text 11 9 We want disconnceting clients to automatically unregister
by IP and port.;
#X obj 14 50 r SERVER;
......@@ -675,6 +675,7 @@ by IP and port.;
#X obj 17 38 spigot 0;
#X obj 23 147 spigot 0;
#X obj 204 13 inlet;
#X obj 170 155 r \$0.to.client;
#X connect 0 0 8 0;
#X connect 2 0 9 0;
#X connect 3 0 4 1;
......@@ -685,6 +686,7 @@ by IP and port.;
#X connect 9 0 6 0;
#X connect 10 0 9 1;
#X connect 10 0 8 1;
#X connect 11 0 6 1;
#X restore 275 285 pd DEBUG;
#X obj 275 258 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment