You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: