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:18:55 +02:00
parent 9098b7c4e3
commit 854189967f

View File

@@ -2,8 +2,8 @@ package components
import de.knockoutwhist.components.DefaultConfiguration import de.knockoutwhist.components.DefaultConfiguration
class WebApplicationConfiguration extends DefaultConfiguration { //class WebApplicationConfiguration extends DefaultConfiguration {
} //}