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()));
|
||||
}
|
||||
}
|
||||
socket.flush();
|
||||
stream.close();
|
||||
Log.i("KDE/LanLink", "Finished sending payload");
|
||||
} catch (Exception e) {
|
||||
|
Reference in New Issue
Block a user