zhangmeng
2020-07-31 9cdfda6d2095657394d9a537e87a5fec1d24b742
library.go
@@ -188,11 +188,11 @@
      peer: -1,
   }
   // 万能socket,仅作为客户端使用
   // 万能socket,仅作为客户端使用, 或者获取topic key
   sockW := OpenDgramSocket()
   uniC := &sockClient{
      sock: sockW,
      peer: -1,
      peer: int(regReply.GetTopicKey),
   }
   handle := &Handle{
      ctx:        ctx,