mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-15 00:30:24 +08:00
可以直接在节点启动时自动注册节点
This commit is contained in:
@@ -48,6 +48,7 @@ func (this *APIStream) loop() error {
|
||||
return errors.Wrap(err)
|
||||
}
|
||||
this.stream = nodeStream
|
||||
|
||||
for {
|
||||
message, err := nodeStream.Recv()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user