-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement
Description
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:
- Reactive WebSocket adapter layer [SPR-14527] #19096 Reactive WebSocket adapter layer
- Support nonblocking writing to Jetty Websocket with possibility to assign callback [SPR-15527] #20086 Support nonblocking writing to Jetty Websocket with possibility to assign callback
1 votes, 4 watchers
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement