Skip to content

Expose asynchronous message sending in WebSocketSession [SPR-14099] #18671

@spring-projects-issues

Description

@spring-projects-issues

Venkata Satya Teja Siram opened SPR-14099 and commented

Is it possible to send async messages using spring websockets..
In javax websocket we can async messages using

Session.getAsyncRemote().sendText(String text)
Session.getBasicRemote().sendText();

But is it possible to extract remote endpoint using spring websockets and send async messages without using stomp/sockJS?

The configuration and the use case can be found at following url:
http://stackoverflow.com/questions/36318483/extracting-remote-endpoint-object-from-spring-websocket-session


Affects: 4.2.5

Reference URL: http://stackoverflow.com/questions/36318483/extracting-remote-endpoint-object-from-spring-websocket-session

Issue Links:

1 votes, 4 watchers

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)status: declinedA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions