Hi, we are trying to migrate to ktor 2.0 but we ar...
# ktor
p
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
I can only suggest using another converter or deserialize frames without a converter.
👍 1
p
Yes thanks I think we will do that in the meantime. Hoping this issue will be fixed soon.