From bb2640683948e3d947b1b55f9effc7403462a489 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Mon, 14 Oct 2024 05:27:19 +0200 Subject: [PATCH] send init event --- server.spl | 1 + 1 file changed, 1 insertion(+) diff --git a/server.spl b/server.spl index 7cd5d2e..9e8fe26 100644 --- a/server.spl +++ b/server.spl @@ -147,6 +147,7 @@ func handle-client { | with client ; :write-content-type<"application/x-baseband-events"> :writeln<""> dup:=wrote-body;<1> + :writeln<"init" null Event:new:json> :stream dup:flush; clients:push-front;