I have a WebSocket connection in my app. I call DeviceBandwidthSampler.getInstance().startSampling() right after the connection is established but my ConnectionClassStateChangeListener is never called. :(
If I use the Sampler before any http request, it works as in the example.
I have a WebSocket connection in my app. I call
DeviceBandwidthSampler.getInstance().startSampling()
right after the connection is established but myConnectionClassStateChangeListener
is never called. :( If I use the Sampler before any http request, it works as in the example.