tbh i forgot

This commit is contained in:
Maximilian Wagner
2025-12-27 19:22:51 +01:00
parent 9e65bd3916
commit b600ec5267
6 changed files with 43 additions and 48 deletions

View File

@@ -88,7 +88,6 @@ func SSEventHandler(writer http.ResponseWriter, request *http.Request) {
for range time.Tick(time.Second) {
select {
case <-request.Context().Done():
backend.LogLine("SSE Context Done", 1)
return
default:
if lastExecution == globals.LatexExec.TimestampRFC {