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:
parent
1d51c8792d
commit
32d9f199ff
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user