ravjotsingh9 / DBLike

Apache License 2.0
2 stars 2 forks source link

SocketException #3

Closed hangmiao closed 10 years ago

hangmiao commented 10 years ago

20140803150937

elmali commented 10 years ago

Hi Claire,

This problem seems coming from the event type ,rename. Server does not send any response to server when event type is rename. But on the client side, it has a socket to receive the response message. I guess this problem can be fixed by either removing line 338 in Uploader or removing corresponding code on the server side. I am not sure u need the response message from server or not, so I didn't modify any code yet.

Thanks, Elma

On Sun, Aug 3, 2014 at 3:35 PM, hangmiao notifications@github.com wrote:

[image: 20140803150937] https://cloud.githubusercontent.com/assets/7941416/3791955/5756c30c-1b5e-11e4-90c7-4a05d8431429.png

— Reply to this email directly or view it on GitHub https://github.com/ravjotsingh9/DBLike/issues/3.

hangmiao commented 10 years ago

wow, u r awesome! :+1: