mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
connection does not establish when logged in addressbook #2334
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#2334
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 @akarl10 on GitHub (Dec 5, 2023).
Bug Description
when logged in with an addressbook account, connecting to any id does not work anymore most of the time
How to Reproduce
connect to id without being logged in -> immediate connect
log into addressbook -> spinning, timeout
only forcing relay connection "fixes" it, but very large delay when connecting.
Expected Behavior
no different behavior (I don't see a way how it should affect in the source)
Operating system(s) on local side and remote side
windows or linux
RustDesk Version(s) on local side and remote side
1.2.3
Screenshots
.
Additional Context
wireshark shows that a relay connection is established but immediatly closed if logged into addressbook
also it seems to ignore nat_type since it tries to do tcp hole punching on a asymmetric nat that it will not do when not logged in.
Looking at the code I don't see any place where nat_type is treated different when logged in or not..
@rustdesk commented on GitHub (Dec 5, 2023):
#763