GetMsg添加Sleep
micronode.go @@ -106,6 +106,8 @@ //收到其它进程的请求消息 go ms.serve(msgR, keyR) } time.Sleep(50 * time.Millisecond) } } }