1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-29 23:36:25 -04:00
v2fly/app/log
Allo 4f2fc729ce
fix(app/log): prevent close of closed channel
The close of `done` channel may be called many times.
And the handler will be blocked when the log client exists and the
closure func is still not be called.
So use context to resolve those two problems.
2023-02-06 20:15:49 +00:00
..
command fix(app/log): prevent close of closed channel 2023-02-06 20:15:49 +00:00
config.pb.go chore: regenerate protobuf file 2022-09-06 20:36:27 +01:00
config.proto update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
errors.generated.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
log_creator.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
log_test.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
log.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00