mashirui521 / RobotVision

A matlab-based robot controller as well as image processor using android smartphone
0 stars 0 forks source link

[Bug] socket server locked when exceptions occure in client. #10

Open mashirui521 opened 10 years ago

mashirui521 commented 10 years ago

How-to-repeat: Start server Server listens to the Client. An exception occures in Client. Server is still waiting but the client cannot response anymore. -> Server locked.

Advisement to bugfix: If an exception occures in client, a message should be sent to server so that the server knows it don't need to wait respondes anymore.

This bug should be fixed in reference to #4

mashirui521 commented 10 years ago

In PhoneClient, the socket server was moved to asynctask which can be done in background. So the sever waiting cannot lock application

mashirui521 commented 10 years ago

Be moved to MileStone 2