I have a spring backend with Spring Websocket, and I would like to know if it is possible to have multiple client-side subscriptions to different channels, I have the following test code.
enter image description here
And I have noticed that not all subscriptions work simultaneously, I added the delay with setTimeOut to see if the problem was solved but I still can’t.
I would like to know if it is possible to have multiple subscriptions or maybe it is not possible and that is why I have problems with the different subscriptions.
It should be noted that the backend shows that you have properly subscribed to the channels.
barcelona is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.