-
Can you support objective-c
-
A handler method returning `Flux` where `T` is "something that can render a template" would be quite useful, especially in the light of the popularity and ease of use of things like the [`@hotwired/tu…
dsyer updated
4 months ago
-
**Describe the bug**
Encountered a `ClassCastException` in ZIO HTTP's streaming endpoint
**To Reproduce**
Steps to reproduce the behaviour:
1. Run the following HTTP app:
```scala
import zio…
-
Hello Spring team 👋,
I would like to report a unexpected and potential bug/limitation about `ServerSentEvent` and tests, using:
* Spring MVC
* [Functional Endpoints](https://docs.spring.io/spri…
-
Hey @sysid, thanks for providing this library :)
# Overview
We (the company I work for) are currently using sse-starlette to build some of our services. With one somewhat high load one, we disco…
-
# Description
Our Spring Boot 3.2.2 application experiences a memory leak leading to an `OutOfMemoryError`, with persistent `org.eclipse.jetty.server.internal.HttpConnection` objects found in the h…
-
### Describe the feature
Hi, there. Is it possible to receive SSE now?
When I tried to invoke the streaming api, it returned all the content at once. The `parseResponse` configuration also receive…
-
## Description
저는 아래의 bm-controller restAPI 를 통해 bm-agent 에 SSE 요청을 진행합니다. 그런데 onComplete 이벤트가 두 번 실행되는 문제가 발생했습니다.
일단 추측으로는 SSE 가 종료될 떄 한 번, Flux 가 종료될 때 한 번 실행되서 총 두 번의 중복 onComplete 이벤트가 발생한다…
-
源:yield json.dumps({"answer": answer,
"docs": source_documents},
ensure_ascii=False)
返回:data: {"answer": "可以"}
怎么把data去掉
-
I am having a similar issue as #10080. I am using preview 6 of asp.net core SignalR client inside of unity and compiling with IL2CPP. [I created a small git repo with the code I use to reproduce this…