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
When reusing a headers object in multiple StompSession.send() calls, the headers object is mutated if a call is wrapped in withTransaction, which leads to incorrect behavior for subsequent calls.
Reproduction and additional details
No response
Krossbow version
7.2.0
Krossbow modules
krossbow-stomp-core
Kotlin version
2.0.0
Kotlin target platforms
All targets / irrelevant
The text was updated successfully, but these errors were encountered:
What happened?
When reusing a headers object in multiple
StompSession.send()
calls, the headers object is mutated if a call is wrapped inwithTransaction
, which leads to incorrect behavior for subsequent calls.Reproduction and additional details
No response
Krossbow version
7.2.0
Krossbow modules
krossbow-stomp-core
Kotlin version
2.0.0
Kotlin target platforms
All targets / irrelevant
The text was updated successfully, but these errors were encountered: