Update main.go

This commit is contained in:
MotorBottle
2024-07-25 12:57:53 -04:00
committed by GitHub
parent bc72d5bb0c
commit 8f04f44817

View File

@@ -119,6 +119,8 @@ func StreamHandler(c *gin.Context, resp *http.Response) (*model.ErrorWithStatusC
common.SetEventStreamHeaders(c)
for scanner.Scan() {
line := scanner.Text()
fmt.Println("Scanned line:", line)
data := strings.TrimPrefix(scanner.Text(), "}")
data = data + "}"