-
When invoking the GET endpoint `{url}/v1/snapshots?aggregateId={your-aggregate-id}` the request timesout after 30s producing the following warns:
`Async request timed out`
`Resolved [org.springfr…
-
Hello everyone,
I'm having a small feature request in a endpoint using a SseEmitter, with an implementation looking like so:
```java
@GetMapping("/poll")
public SseEmitter poll() {
…
-
When I upgraded to 2.4.0, the server side logged in and immediately jumped back to the login page.
At this point, the console throws the following exception
```java
java.io.IOException: 你的主机中…
-
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: 你的主机…
-
I'm trying below code on Spring MVC (5.1.8 version of dependencies) deployed on Payara 5 :
`@GetMapping("/listen-sse")
public SseEmitter sseEmitter() {
SseEmitter emitter = new SseEmi…
-
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…
-
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
-
### 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