ssb: Complete using an invite, following the pub and posting a pub message. #99

This commit is contained in:
2025-01-20 17:47:30 -05:00
parent 15be498e4b
commit 0f643bfe39
2 changed files with 87 additions and 5 deletions

View File

@ -1371,7 +1371,7 @@ void tf_ssb_test_invite(const tf_test_options_t* options)
tf_printf("waiting for messages\n");
tf_ssb_set_main_thread(ssb0, true);
tf_ssb_set_main_thread(ssb1, true);
while (count0 != 1 || count1 != 1)
while (count0 != 3 || count1 != 3)
{
uv_run(&loop, UV_RUN_ONCE);
}