mirror of
https://gitee.com/winc-link/hummingbird.git
synced 2025-04-20 00:12:43 +00:00
修复创建设备无法回调驱动bug
This commit is contained in:
parent
25ad18da2a
commit
ad9e138d8c
@ -162,6 +162,9 @@ func (p *deviceApp) AddDevice(ctx context.Context, req dtos.DeviceAddRequest) (s
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
go func() {
|
||||
p.CreateDeviceCallBack(insertDevice)
|
||||
}()
|
||||
return id, nil
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user