Dev #6

Merged
altavir merged 75 commits from dev into master 2021-10-23 11:02:48 +03:00
Showing only changes of commit 1cf7058778 - Show all commits

@ -112,6 +112,12 @@ public fun Application.magixModule(magixFlow: MutableSharedFlow<GenericMagixMess
route(route) {
get("state") {
call.respondHtml {
head {
meta {
httpEquiv = "refresh"
content = "2"
}
}
body {
h1 { +"Magix loop statistics" }
h2 { +"Number of subscribers: ${magixFlow.subscriptionCount.value}" }