设备接入服务性能优化

Former-commit-id: 6908b2793556dd855e24babb250cb17c842dd4cd
TangShanKaiPing
wanggang 6 years ago
parent 625bb5a05c
commit cc5bbe5721

@ -57,6 +57,7 @@ namespace IoT.Shared.DeviceServices.FBee
ex.PrintStack(); ex.PrintStack();
} }
} }
Thread.Sleep(1);
} }
} }
catch (Exception ex) catch (Exception ex)
@ -248,6 +249,7 @@ namespace IoT.Shared.DeviceServices.FBee
ex.PrintStack($"read stream {client.Sn} error"); ex.PrintStack($"read stream {client.Sn} error");
break; break;
} }
Thread.Sleep(1);
} }
}).Start(); }).Start();
this.X9d(client.Sn); this.X9d(client.Sn);

@ -49,6 +49,7 @@ namespace IoT.Shared.DeviceServices.Onvif
ex.PrintStack(); ex.PrintStack();
} }
} }
Thread.Sleep(1);
} }
} }
catch (Exception ex) catch (Exception ex)

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-rc.9", "version": "1.0.0-rc.10",
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {
"Default": "Warning", "Default": "Warning",

Loading…
Cancel
Save