We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445c0d4 commit 082ac33Copy full SHA for 082ac33
common/xudp/xudp.go
@@ -35,6 +35,7 @@ func init() {
35
if strings.ToLower(platform.NewEnvFlag(platform.XUDPLog).GetValue(func() string { return "" })) == "true" {
36
Show = true
37
}
38
+ BaseKey = make([]byte, 32)
39
rand.Read(BaseKey)
40
go func() {
41
time.Sleep(100 * time.Millisecond) // this is not nice, but need to give some time for Android to setup ENV
0 commit comments