facebookarchive / network-connection-class

Listen to current network traffic in the app and categorize the quality of the network.
Other
3.19k stars 515 forks source link

Not listening for network bandwidth when using with socket in a Service #42

Open nasif opened 5 years ago

nasif commented 5 years ago

HI I am using this library in one my background service. I have a separate handler thread which will queue up the messages. I am doing a network action in "handlemessage". I am calling startSampling() and calling stopSampling() after the network communication is completed.

My netwok coomunication is based on SSL socket. But my Listener is never invoked. I am doing ConnectionClassManager.getInstance().register in the onCreate of my Service.

Did this library cant monitor the network communication in TCP

nasif commented 5 years ago

still the issue is unassigned