Run frontend at main thread

This commit is contained in:
mrkubax10 2023-09-13 22:10:14 +02:00
parent bea89310ea
commit d594c53e50

View File

@ -17,10 +17,7 @@
use lib ".";
use frontend;
use threads;
use strict;
use warnings;
my $frontendThread = threads->create("frontend::httpServerWorker");
$frontendThread->join();
frontend::httpServerWorker();