mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-25 20:45:59 +03:00
[GH-ISSUE #146] Cloak sending wrong old timestamps #120
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#120
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 @notsure2 on GitHub (Dec 20, 2020).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/146
There is race condition or aliasing issue... Cloak is sending old timestamps so the handshake is getting rejected for some threads.
I will investigate and make a pull request.
@notsure2 commented on GitHub (Dec 21, 2020):
I am not sure, but I can't reproduce it, it may have been old connections stuck in handshake and by the time the socket data was transmitted, time had passed and the handshake wasn't valid anymore... I will reopen this issue if I catch this again.