joffrey-bion / krossbow

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

Stop throwing and deprecate `org.hildan.krossbow.stomp.WebSocketConnectionException` #499

Closed joffrey-bion closed 3 months ago

joffrey-bion commented 3 months ago

Since https://github.com/joffrey-bion/krossbow/issues/137, the org.hildan.krossbow.websocket package already has its own WebSocketConnectionException, which is thrown consistently by all web socket client implementations. There is no need for the StompClient to wrap the WS connection with its own exception.