-
Notifications
You must be signed in to change notification settings - Fork 514
ConnectionQuality is always unknown #22
Comments
@Dgotlieb You probably haven't sampled any data. Try putting |
@sreejithr Is it mandatory to implement ConnectionClassStateChangeListener and have this initialization ConnectionClassManager.getInstance().register(this); before starting and stopping sampling? |
Tried DeviceBandwidthSampler.getInstance().startSampling() still not working.. |
@SeyelentEco I see that you've been working the most on this lib. More info? :) |
@tomkhan Has any traffic happened between your app start and when you check |
@sreejithr Yep. I'm starting sampling, then making network request and then stopping it. Still have no idea if "ConnectionClassManager.getInstance().register(this);" call is needed. |
@Dgotlieb Did you solve it? |
I am getting the same problem. If I increase the size of data to be downloaded between the start sampling and stop sampling calls, everything works fine. But if the data being downloaded is small, I always get UNKNOWN network. Has anyone found a workaround for this issue? @Dgotlieb @sreejithr @tomkhan @zpao @WxSmile |
I tried doing the following:
And keep getting Unknown.
The text was updated successfully, but these errors were encountered: