forked from cory/tildefriends
ssb: Complete using an invite, following the pub and posting a pub message. #99
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user