Try to make the tests not mingle with other instances.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4109 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-01-08 13:48:28 +00:00
parent 513eb88a53
commit 6ff33191bb
3 changed files with 24 additions and 14 deletions

View File

@ -1563,6 +1563,7 @@ void tf_task_activate(tf_task_t* task)
if (task->_ssb_port)
{
tf_ssb_broadcast_listener_start(task->_ssb, false);
tf_ssb_broadcast_sender_start(task->_ssb);
tf_ssb_server_open(task->_ssb, task->_ssb_port);
}