mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-25 04:25:59 +03:00
[PR #81] [MERGED] Store stream in packet receive path instead of asynchronously to fix https://github.com/cbeuw/Cloak/issues/74 #261
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#261
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?
📋 Pull Request Information
Original PR: https://github.com/cbeuw/Cloak/pull/81
Author: @notsure2
Created: 12/14/2019
Status: ✅ Merged
Merged: 12/14/2019
Merged by: @cbeuw
Base:
master← Head:server-add-streams-sync📝 Commits (1)
448908fStore stream in packet receive path instead of asynchronously to fix https://github.com/cbeuw/Cloak/issues/74📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
internal/multiplex/session.go(+1 -1)📄 Description
This is a simple change that fixes bug https://github.com/cbeuw/Cloak/issues/74
The cause of the bug was a race condition between storing the created stream in the session and reading the next packet for this stream on the server.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.