-
## Description
SseEmitter Timeout되면 AccessDeniedException 에러 발생
`org.springframework.security.access.AccessDeniedException: Access Denied`
## ETC
-
`
const eventSource = new EventSource('http://127.0.0.1/chat/sse?prompt=' + this.q);
eventSource.addEventListener('message', event => {
console.log(event.data)…
-
#26181 minimized logging of "disconnected client" errors while writing error responses. However, it allowed the handling the original exception to continue, which is with we do generally for errors fr…
-
使用java调用接口后返回的工作流,如何返回前端工程师实时渲染呢?
Flowable chatCompletionChunkFlowable = openAiService.streamChatCompletion(chatCompletionRequest).doOnError(Throwable::printStackTrace);
-
In Spring Boot 3.1.3, the completion callback does not get called when an SSE emitter completes with a network error. This works as expected in Spring Boot 3.1.2.
In the reproducer below, I've adde…
-
# 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…
-
Hey.
Following the guide in https://htmx.org/extensions/server-sent-events/#receiving-named-events, I'm trying to send named events:
```kotlin
val eventBody = "event: Wololo\ndata: Swapped\n\…
-
The `ServerSentEventHttpMessageWriter` (used in Webflux but not MVC I think) has some logic to deal with multiline string data (e.g. when a `@Controller` method returns a `Flux`):
```java
if (data…
-
### Chat2DB Version
3.0.0
### Describe the bug
* 部署方式:source安装
* 使用端:web
* 触发条件
自定义ai url
![image](https://github.com/chat2db/Chat2DB/assets/73982783/da23ebc9-32dd-478f-8abc-0b698fdcb56c)
在使…
-
jfinal想实现sse,实现chatgpt打字效果,如何做?有插件么?