stomp-js / ng2-stompjs

Angular 6 and 7 - Stomp service over Websockets
https://stomp-js.github.io/
Apache License 2.0
182 stars 32 forks source link

Problems receiving messages! Angular 9 #224

Closed JoaoGabrielDePaula closed 2 years ago

JoaoGabrielDePaula commented 3 years ago

Good afternoon!

I'm using Angular 9 and sometimes it happens to send a message when using "publish" and not receiving through "watch". I checked and the message arrives at the server and is sent without any error. To get back to work I have to restart my front. This has already happened in the cloud and on my local machine. I haven't found anything to solve my problem so far. Do you know what it can be?

Thank you very much in advance!

kum-deepak commented 3 years ago

Please enable debug (see https://stomp-js.github.io/guide/stompjs/using-stompjs-v5.html#debug) and check the console output. If that does not help, please attache the debug output for me to check.