You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But in my case I'm using WebSocketMessageBroker, so my client opens a connection and listen two topics and perform a http post in a regular endpoint and I'm using SimpMessageSendingOperations to send the results for the topic.
Actually I'm converting the document file into base64 and sending, but when the file is too large that's a problem. Do you have any recommendation or material or tip about that?
Hi,
I'm trying to create a download file process applying streaming concept with Spring WebSocket, after I search I got your project in this post: https://stackoverflow.com/questions/37896551/spring-stomp-over-websocket-stream-large-files
But in my case I'm using WebSocketMessageBroker, so my client opens a connection and listen two topics and perform a http post in a regular endpoint and I'm using
SimpMessageSendingOperations
to send the results for the topic.Actually I'm converting the document file into base64 and sending, but when the file is too large that's a problem. Do you have any recommendation or material or tip about that?
I also created a question in Stackoverflow if you'd rather answer there: https://stackoverflow.com/questions/59502631/streaming-file-for-download-with-spring-websocket
Thanks in advance.
The text was updated successfully, but these errors were encountered: