diff --git a/projects/IoTCenter/appsettings.json b/projects/IoTCenter/appsettings.json index 83e99244..2eb538f1 100644 --- a/projects/IoTCenter/appsettings.json +++ b/projects/IoTCenter/appsettings.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-rc.111", + "version": "1.0.0-rc.112", "Logging": { "LogLevel": { "Default": "Warning", diff --git a/projects/IoTNode/DeviceServices/FBee/FBeeService.cs b/projects/IoTNode/DeviceServices/FBee/FBeeService.cs index 769bb88c..e0b28466 100644 --- a/projects/IoTNode/DeviceServices/FBee/FBeeService.cs +++ b/projects/IoTNode/DeviceServices/FBee/FBeeService.cs @@ -269,6 +269,7 @@ namespace IoTNode.DeviceServices.FBee Console.WriteLine($"response from {client.Sn}:{BitConverter.ToString(data)}"); this.Handle(client.Sn, data); } + Thread.Sleep(1); } catch (Exception ex) { diff --git a/projects/IoTNode/DeviceServices/Onvif/OnvifDeviceManagement.cs b/projects/IoTNode/DeviceServices/Onvif/OnvifDeviceManagement.cs index 7ad8de2e..dfc64c7e 100644 --- a/projects/IoTNode/DeviceServices/Onvif/OnvifDeviceManagement.cs +++ b/projects/IoTNode/DeviceServices/Onvif/OnvifDeviceManagement.cs @@ -65,6 +65,7 @@ namespace IoTNode.DeviceServices.Onvif list.Add(result); } } + Thread.Sleep(1); } } catch (Exception ex) diff --git a/projects/IoTNode/appsettings.json b/projects/IoTNode/appsettings.json index 6bee6a3c..03738231 100644 --- a/projects/IoTNode/appsettings.json +++ b/projects/IoTNode/appsettings.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-rc.111", + "version": "1.0.0-rc.112", "Logging": { "LogLevel": { "Default": "Warning", diff --git a/publish/src/linux-arm64/publish/apps/srs/objs/srs b/publish/src/linux-arm64/publish/apps/srs/objs/srs index a098a6c8..cbbdd131 100644 Binary files a/publish/src/linux-arm64/publish/apps/srs/objs/srs and b/publish/src/linux-arm64/publish/apps/srs/objs/srs differ diff --git a/publish/src/linux-x64/publish/apps/srs/objs/srs b/publish/src/linux-x64/publish/apps/srs/objs/srs index b18ff3e0..a55175b9 100644 Binary files a/publish/src/linux-x64/publish/apps/srs/objs/srs and b/publish/src/linux-x64/publish/apps/srs/objs/srs differ