-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Refactor code to use DispatchLink() in vmess inbound #5143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
yuhan6665
commented
Sep 14, 2025
- Always apply NoTerminationSignal
这个很奇怪 |
|
|
- Always apply NoTerminationSignal
For Mux, we need to use pipe to guard against multiple sub-connections writing back responses at the same time
在 Vmess 加锁我觉得不对 因为是全局锁 而 pipe 是锁单个连接 |
修好了 你们看一下 mux server 和 reverse portal 这样改行不行 |
我觉得 VMess inbound 倒是无所谓,只是往 Mux/Reverse 再加 pipe 这种事情尽量避免吧 |