Added WebUI observer, added route to see latestOutput. For some reason the WebUI Observer doesn't execute it's methods for writing stuff into latestOutput. This has something to do with how the threads work

This commit is contained in:
LQ63
2025-10-12 15:21:20 +02:00
parent 854189967f
commit 6c57abb1db

View File

@@ -31,7 +31,7 @@ import java.io.{BufferedReader, InputStreamReader}
import java.util.concurrent.atomic.AtomicBoolean
import scala.annotation.tailrec
import scala.util.{Failure, Success, Try}
object WebUI extends CustomThread with EventListener with UI {
override def initial: Boolean = {