mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 21:55:10 +00:00
Let's flush this socket just in case
This commit is contained in:
@@ -125,6 +125,7 @@ public class LanLink extends BaseLink {
|
|||||||
callback.sendProgress((int)(progress / np.getPayloadSize()));
|
callback.sendProgress((int)(progress / np.getPayloadSize()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
socket.flush();
|
||||||
stream.close();
|
stream.close();
|
||||||
Log.i("KDE/LanLink", "Finished sending payload");
|
Log.i("KDE/LanLink", "Finished sending payload");
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
Reference in New Issue
Block a user