- pkg/util/net/websocket.go: store ln parameter in struct to prevent nil pointer panic when Addr() is called - pkg/auth/oidc.go: replace unsynchronized []string with map + RWMutex for subjectsFromLogin to fix data race across concurrent connections
* refactor: refine pkg net utils * fix: x Co-authored-by: blizard863 <760076784@qq.com>