You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: "🐛 Bug Report"
about: "If something isn't working as expected."
title: ''
Describe the bug
yield ServerSentEvent({"content": res}) # data split by "\r\n",
frontend parse wrong. Because the front-end requires \n\n
how I let ServerSentEvent return "\r\n" replace "\n\n"
The text was updated successfully, but these errors were encountered:
name: "🐛 Bug Report"
about: "If something isn't working as expected."
title: ''
Describe the bug
yield ServerSentEvent({"content": res}) # data split by "\r\n",
frontend parse wrong. Because the front-end requires \n\n
how I let ServerSentEvent return "\r\n" replace "\n\n"
The text was updated successfully, but these errors were encountered: