I am encountering issues with the Stomp.js library in my project. The console is flooded with errors indicating incorrect headers being sent, and these errors seem to occur after a period of inactivity in the browser tab.
Environment
Spring Boot Broker
Angular Client
Rx-Stomp Library
Additional Information
Both the server and client have specified heartbeat intervals set to 10 seconds.
I found a similar issue reported on GitHub (#335), but the resolution wasn't clear to me.
Any guidance or assistance in resolving this issue would be greatly appreciated.
Issue with Stomp.js Library
Description
I am encountering issues with the Stomp.js library in my project. The console is flooded with errors indicating incorrect headers being sent, and these errors seem to occur after a period of inactivity in the browser tab.
Environment
Additional Information
Any guidance or assistance in resolving this issue would be greatly appreciated.