fea: socket: support to negotiate key

This commit is contained in:
Daniel Ding
2022-10-01 08:21:53 +08:00
parent 1f5bdbe45c
commit 4a6eaeb802
24 changed files with 315 additions and 128 deletions

View File

@@ -71,7 +71,7 @@ func (p *MixPoint) Stop() {
func (p *MixPoint) UUID() string {
if p.uuid == "" {
p.uuid = libol.GenRandom(13)
p.uuid = libol.GenString(13)
}
return p.uuid
}