Xray-core/app/proxyman
yuhan6665 42aea01fb5
Core: Add mutex to injection resolution (#4206)
* Revert "Add RequireFeaturesAsync() that works regardless order of app init"

* Add mutex to injection resolution

- Turns out we already support async DI resolution regardless of feature ordering
Previous code contain a race condition causing some resolution is lost
- Note that the new mutex cover s.pendingResolutions and s.features
but must not cover callbackResolution() due to deadlock
- Refactor some method names and simplify code

* Add OptionalFeatures injection

For example OptionalFeatures() is useful for fakedns module
2024-12-26 12:55:12 +00:00
..
command Core: Add mutex to injection resolution (#4206) 2024-12-26 12:55:12 +00:00
inbound XHTTP server: Forbid Mux.Cool except pure XUDP (#4128) 2024-12-07 04:45:45 +00:00
outbound Chore: Run gofmt (#3990) 2024-11-09 11:16:11 +00:00
config.go Config: Remove some legacy fields from V2Ray 3.x era (#3776) 2024-09-09 06:03:21 +00:00
config.pb.go Chore: Generate *.pb.go files with protoc v5.28.2 2024-10-16 04:06:21 +00:00
config.proto Config: Remove some legacy fields from V2Ray 3.x era (#3776) 2024-09-09 06:03:21 +00:00