Questions tagged [disconnected]
93 questions
0
votes
2 answers
equivalent of setidletimerdisabled in windows phone 7 to prevent the phone screen from getting locked
Is there a way to prevent the screen from getting locked while the app the running(basically while downloading) ??
Use of ApplicationIdleDetectionMode lets the app be running when the screen gets locked but on screen lock also wi-fi gets…

Bhavana K
- 23
- 5
-1
votes
1 answer
Angular application becoming unusable whenever the browser tab/window is closed
I have developed a hyperledger-composer application with an angular front-end and multi-user authentication (using GitHub) enabled.
The following scenario does not work:
The currently authenticated user closes the application by closing the current…

Michael
- 799
- 1
- 7
- 16
-1
votes
1 answer
Socket is disconnected/closed after passing it to the client class
I am working my way trough socket tutorials and I am running in to a problem. I have 3 classes; Server, ServerClient and Client. The Server listens for connections requests, the ServerClient is the server side Socket wrapper and the Client is a user…

Eric S.
- 31
- 5