-
2021-01-07 23:10:03.324 [http-nio-12100-exec-1] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet].log - Servlet.service() for servlet [dispatcherServlet] threw exception
java.io.IOException: 你的主机…
-
It seems like there is a regression introduced into `SseEmitter` in latest `5.2.10.RELEASE` (apparently https://github.com/spring-projects/spring-framework/issues/25442), it now returns to the client …
-
Backport of gh-25987
-
On Spring MVC with annotations, `ResponseBodyEmitter` return types (and its specialized variant `SseEmitter`) are used to emit streaming values. Currently WebMvc.fn has support for asynchronous single…
-
### Details
**Component:** spring-webmvc
**Affects:** 5.2.7.RELEASE
**Impact:** Memory leak
### Description
The ResponseBodyEmitter instance is normally initialized by the framework upon re…
-
Hi there,
I was playing with the library and it seems to work fine on chrome and Edge, however it breaks on IE 11.
The screenshots are attached. There seems to be an issue with transpili…
ap-81 updated
3 years ago
-
The SseEmitter included in the spring framework does not seem to include a capable text/plain parser in the underlying converter set.
Whenever i try to send any form of event, the emitter automatic…
-
https://github.com/ityouknow/spring-cloud-examples/tree/master/spring-boot-admin-eureka
讲版本升级到了2.0.x
能正常启动 但是总是后台总是定时打印这些异常
```java
2018-06-26 10:20:09.197 ERROR 27180 --- [nio-8000-exec-1]…
-
I'm trying below code on Spring MVC (5.1.8 version of dependencies) deployed on Payara 5 (Glassfish) :
```java
@GetMapping("/listen-sse")
public SseEmitter sseEmitter() {
SseEmitter emit…
-
Hi,
i have two instances of SBA (version 2.0.2, spring boot 2.0.3.RELEASE) sync with hazelcast (version 3.9.4) and the log files are full of the following error log message:
```
2018-09-18 12…