Warning: session_start(): open(/var/lib/php/sessions/sess_g9o49e0a180r9pcl84uee4pgu5, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
p-exp {
Thread thread = startThread(r {
while (true) {
busySleepSeconds_noPing(1);
ping();
}
});
thread {
sleep(random(3000));
printWithMS("Cancelling thread");
cancelThreadAndWait(thread);
printWithMS("Cancelled thread");
}
repeat 20 {
print("State: " + thread.getState());
sleepSeconds(1/3.0);
}
}