facebookarchive/network-connection-class

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

Opened this issue · 1 comments

nasif commented

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

still the issue is unassigned