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
As per the steps I have integrated the CpaProxy to my app. Its works fine as long as the application is active.but only in the following scenario CpaProxy is not working,
Launch the app
Establish a connection to tor
Access the server through tor session. works fine
Press 'power' button the iPhone is locked and screen becomes black.
5.Now press 'Home' button and unlock the screen
My app becomes active
7.Now i try to access server, i get server not reachable error.
I checked the CPAProxyManager status it shows 'CPAStatusOpen'. can you please let me know whats the problem.
I tried to connect again Tor by calling "setupWithCompletion" it still did not helped me.
Update:-
for further analysis i am getting below errors in
-- (void)socketManager:(CPASocketManager *)manager didDisconnectError:(NSError *)error method call
didDisconnectError Error Domain=GCDAsyncSocketErrorDomain Code=7 "Socket closed by remote peer" UserInfo=0x17067bf40 {NSLocalizedDescription=Socket closed by remote peer}
As per the steps I have integrated the CpaProxy to my app. Its works fine as long as the application is active.but only in the following scenario CpaProxy is not working,
5.Now press 'Home' button and unlock the screen
7.Now i try to access server, i get server not reachable error.
I checked the CPAProxyManager status it shows 'CPAStatusOpen'. can you please let me know whats the problem.
I tried to connect again Tor by calling "setupWithCompletion" it still did not helped me.
Update:-
for further analysis i am getting below errors in
-- (void)socketManager:(CPASocketManager *)manager didDisconnectError:(NSError *)error method call
The text was updated successfully, but these errors were encountered: