send init event
All checks were successful
/ Build BaseBand SPLServer (push) Successful in 15s

This commit is contained in:
Daniella / Tove 2024-10-14 05:27:19 +02:00
parent cf6285c34c
commit bb26406839
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -147,6 +147,7 @@ func handle-client { | with client ;
:write-content-type<"application/x-baseband-events"> :write-content-type<"application/x-baseband-events">
:writeln<""> :writeln<"">
dup:=wrote-body;<1> dup:=wrote-body;<1>
:writeln<"init" null Event:new:json>
:stream :stream
dup:flush; dup:flush;
clients:push-front; clients:push-front;