-
Bug
-
Resolution: Done
-
Minor
-
3.6.9
-
None
When disconnect() is called in StompConnection it will change running to false and close the connections which can result in an uncaught IOException in the run loop which is logged as an Error.
We desire to log errors, but if disconnect() has been called and running is no longer true then this should not be an unexpected error?
Probably has been a thing for long time, looks like this loop has been in the code for many versions.