Skip to content

Consider improvements to SockJS message cache [SPR-11183] #15809

@spring-projects-issues

Description

@spring-projects-issues

Rossen Stoyanchev opened SPR-11183 and commented

The cache is intended to buffer messages in the period when one HTTP streaming/polling connection ends and before the client open another one (a very brief period of time usually).

Currently if the buffer is full an IllegalStateException results. Instead we could block the message sending thread pushing the overload back to the consumer.


Affects: 4.0 RC2

Referenced from: commits c1f3da0

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions