Can actually attempt to connect to a room from the web interface, now. No actual success yet.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4036 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-11-13 03:24:30 +00:00
parent cdbc2d48f7
commit 1e84b74ced
5 changed files with 38 additions and 8 deletions

View File

@ -418,7 +418,7 @@ void tf_ssb_test_rooms(const tf_test_options_t* options)
JS_FreeValue(context, message_json);
JS_FreeValue(context, message);
tf_ssb_connection_t* tun0 = tf_ssb_connection_tunnel_create(connections[0], tunnel_request_number, id2);
tf_ssb_connection_t* tun0 = tf_ssb_connection_tunnel_create(ssb1, id0, tunnel_request_number, id2);
printf("tun0 = %p\n", tun0);
printf("Done.\n");