Fix concurrent write

This commit is contained in:
世界 2022-09-13 10:41:10 +08:00
parent 79b6bdfda1
commit b271e19a23
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
20 changed files with 130 additions and 60 deletions

View file

@ -22,11 +22,11 @@ import (
E "github.com/sagernet/sing/common/exceptions"
F "github.com/sagernet/sing/common/format"
N "github.com/sagernet/sing/common/network"
"github.com/sagernet/websocket"
"github.com/go-chi/chi/v5"
"github.com/go-chi/cors"
"github.com/go-chi/render"
"github.com/gorilla/websocket"
)
var _ adapter.ClashServer = (*Server)(nil)