Hi, we are trying to migrate to ktor 2.0 but we are encountering an issue about websocket deserialization. Indeed, after inspecting the problem, it seems the issue comes from the JacksonWebsocketContentConverter. We detailed the problem on youtrack. Any idea on how we can get around this issue ?
a
Aleksei Tirman [JB]
04/28/2022, 6:36 PM
I can only suggest using another converter or deserialize frames without a converter.
👍 1
p
Paul SOUTEYRAT
04/28/2022, 6:38 PM
Yes thanks I think we will do that in the meantime. Hoping this issue will be fixed soon.