[kdeconnect] [Bug 470085] App does not reconnect on wifi connect

2023-09-07 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=470085 Albert Vaca changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[kdeconnect] [Bug 470085] App does not reconnect on wifi connect

2023-08-22 Thread Axel
https://bugs.kde.org/show_bug.cgi?id=470085 --- Comment #8 from Axel --- I created a merge request using bindProcessToNetwork as you suggested, it works just as well and is a lot simpler. -- You are receiving this mail because: You are watching all bug changes.

[kdeconnect] [Bug 470085] App does not reconnect on wifi connect

2023-08-22 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470085 Bug Janitor Service changed: What|Removed |Added Status|CONFIRMED |ASSIGNED --- Comment #7 from Bug Janitor

[kdeconnect] [Bug 470085] App does not reconnect on wifi connect

2023-08-21 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=470085 --- Comment #6 from Albert Vaca --- Maybe a cleaner alternative to passing the Network to the sendUdpIdentityPacket function would be to use bindProcessToNetwork in the networkChange callback, which should affect all the sockets that are created from th

[kdeconnect] [Bug 470085] App does not reconnect on wifi connect

2023-08-21 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=470085 --- Comment #5 from Albert Vaca --- The issue described by Pedro where we would create two sockets and that would cause a race condition where neither connection works should be fixed by this commit: https://invent.kde.org/network/kdeconnect-android/-/c

[kdeconnect] [Bug 470085] App does not reconnect on wifi connect

2023-08-15 Thread Axel
https://bugs.kde.org/show_bug.cgi?id=470085 --- Comment #4 from Axel --- The identity packet is broadcast on the wrong network interface because onNetworkChange is called before the wifi interface becomes the default. I logged the current default network in sendUdpIdentityPacket: diff --git a/s

[kdeconnect] [Bug 470085] App does not reconnect on wifi connect

2023-08-14 Thread Axel
https://bugs.kde.org/show_bug.cgi?id=470085 --- Comment #3 from Axel --- That's a different but maybe not completely separate issue. Both my computer and the phone have only one link to the local network. If my phone does connect, only one TCP connection is established. Your comment got me to lo

[kdeconnect] [Bug 470085] App does not reconnect on wifi connect

2023-08-13 Thread Pedro V
https://bugs.kde.org/show_bug.cgi?id=470085 --- Comment #2 from Pedro V --- Either I tracked down another issue, or the bug description is not really correct even though it's mostly what users are expected to observe without paying a lot of attention to details. I don't really know much about An

[kdeconnect] [Bug 470085] App does not reconnect on wifi connect

2023-08-13 Thread Pedro V
https://bugs.kde.org/show_bug.cgi?id=470085 Pedro V changed: What|Removed |Added CC||voidpointertonull+bugskdeor |

[kdeconnect] [Bug 470085] App does not reconnect on wifi connect

2023-06-27 Thread Paul Worrall
https://bugs.kde.org/show_bug.cgi?id=470085 Paul Worrall changed: What|Removed |Added CC||p.r.worr...@gmail.com Ever confirmed|0

[kdeconnect] [Bug 470085] App does not reconnect on wifi connect

2023-05-30 Thread Celeste Liu
https://bugs.kde.org/show_bug.cgi?id=470085 Celeste Liu changed: What|Removed |Added CC||coelacanthus...@gmail.com -- You are receiving t