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
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