joffrey-bion / krossbow

A Kotlin multiplatform coroutine-based STOMP client over websockets, with built-in conversions.
MIT License
196 stars 14 forks source link

Support custom `CoroutineContext` for the `ReconnectingWebSocketClient` #473

Closed joffrey-bion closed 6 months ago

joffrey-bion commented 6 months ago

This is a breaking change in the sense that the config constructor has a new parameter. It's neither binary nor source-compatible. Most constructions should go through the builder, so only very few people should be affected.