mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #881] RDP client window contents may be replaced by another RDP connection #1676
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#1676
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @itagagaki on GitHub (Mar 3, 2025).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/881
Originally assigned to: @VShawn on GitHub.
I encountered a very strange behavior and will file the events as far as I can remember.
I'm not sure if this is reproducible. It would probably be a very difficult investigation.
@VShawn commented on GitHub (Mar 4, 2025):
sounds mysterious.
When does the window swap between A and B occur? Does it happen immediately after clicking reset in B?
@itagagaki commented on GitHub (Mar 4, 2025):
I found myself in that situation. My memory is fuzzy as to whether it was triggered by an action of B at that time, or whether the disconnection of A was before or after.
@itagagaki commented on GitHub (Mar 4, 2025):
Ah, I see what happened.
Client A has primary host1 and alternate host2.
Client B has primary host2.
A connects to host1.
B connects to host2.
host1 is disconnected.
The Reconnect button appears on A.
Clicking the Reconnect button on A causes A to connect to alternate host2.
This disconnects B from host2, and the Reconnect button appears on B.
Clicking the Reconnect button on B causes B to reconnect to host2.
This disconnects A from host2, and the Reconnect button reappears on A.
When the reconnect button on A is clicked, the main host1 remains disconnected, so it connects again to the alternate host2.
The above is repeated. It was just a natural thing that happened. So I close this issue.
However, when I try the above, it still crashes (application becomes unresponsive). This is still be a difficult investigation because the reproducibility is random.
@VShawn commented on GitHub (Mar 5, 2025):
just let you know I finished #869 last night, a address detecting window will be shown to let user aware that
Clicking the Reconnect button on B causes B to reconnect to host2.@itagagaki commented on GitHub (Mar 5, 2025):
That sounds good.