I am looking for anyone experienced in using Ktor ...
# ios
p
I am looking for anyone experienced in using Ktor and Websockets on iOS via the Kotlin Multiplatform. I have reached a difficult problem that I can’t seem to handle where I get errors from C networking code that a message received via websocket is too long and exceeds the limit. Even when we use maxFrameSize property to set it to a larger or smaller value it seems that the system adds their own maximum limit for message using C API. It might be something missing in ktor or something I need to add on iOS.