Replies: 2 comments
-
Thank you so much for your kind words, that's very encouraging! Regarding benchmarks, it would be a great idea. I don't have a lot of time to invest in benchmarking right now, but definitely worth considering. Out of curiosity, have you tried using the Okhttp implementation without Ktor in the middle? Maybe the extra layer of conversions slows things down a little. |
Beta Was this translation helpful? Give feedback.
-
Not yet but we are considering it at the moment. I'll update here if we have any success. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thank you very much for the awesome library!
We have recently integrated in to our app that is being used by more than 70 million users and it is going strong!
Now to the topic:
Is there any plans to add benchmark including different web socket clients (Built-in, ktor, etc) to see how they perform?
The reason I am asking is that we are seeing huge differences in our prod app in terms of 95th percentile performance between iOS and Android.
Our set up:
iOS -> Using Built-In Darwin web socket client
Android -> Using ktor with okhttp as web socket client
Observances:
Measurements taken using Firebase Performance SDK. Sample size is ~500k.
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions