krossbow
krossbow copied to clipboard
A Kotlin multiplatform coroutine-based STOMP client over websockets, with built-in conversions.
This would be useful to authors of server implementations if they want to share the frames model and don't want to re-implement the encoder/decoder. The client session management can definitely...
### Problem / use case I ran into a use case where I would like to send custom headers in an ACK frame. This might sound unusual, given the [specification](https://stomp.github.io/stomp-specification-1.2.html#ACK)...
Bumps [org.jetbrains.kotlinx:atomicfu](https://github.com/Kotlin/kotlinx.atomicfu) from 0.25.0 to 0.26.0. Release notes Sourced from org.jetbrains.kotlinx:atomicfu's releases. 0.26.0 Updated Kotlin to 2.0.21 (#479). Removed JS Legacy Transformer and disabled transformJs flag by default (#478). Added...
Bumps `ktor` from 2.3.12 to 3.0.0. Updates `io.ktor:ktor-client-content-negotiation` from 2.3.12 to 3.0.0 Release notes Sourced from io.ktor:ktor-client-content-negotiation's releases. 3.0.0-rc-2 Published 2 October 2024 Bugfixes Sessions: custom SessionSerializer is no longer...