物联网软件
This commit is contained in:
@@ -30,6 +30,10 @@ func main() {
|
||||
uploadFile(record.LicensePlateImage, record.VehicleImage)
|
||||
// 2. 调用分析请求
|
||||
analytics(record)
|
||||
<-make(chan struct{})
|
||||
|
||||
//fatal error: all goroutines are asleep - deadlock!
|
||||
|
||||
}
|
||||
|
||||
func loadData(deviceID string) model.Record {
|
||||
|
||||
Reference in New Issue
Block a user