2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 13:47:41 +00:00

Let's flush this socket just in case

This commit is contained in:
Albert Vaca 2015-04-04 18:08:53 -07:00
parent 1d51c8792d
commit 32d9f199ff

View File

@ -125,6 +125,7 @@ public class LanLink extends BaseLink {
callback.sendProgress((int)(progress / np.getPayloadSize()));
}
}
socket.flush();
stream.close();
Log.i("KDE/LanLink", "Finished sending payload");
} catch (Exception e) {