mirror of
				https://gitee.com/ThingsGateway/ThingsGateway.git
				synced 2025-11-04 09:33:58 +08:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					831c611797 | 
@@ -3,7 +3,7 @@
 | 
			
		||||
	<PropertyGroup>
 | 
			
		||||
		<PluginVersion>10.10.2</PluginVersion>
 | 
			
		||||
		<ProPluginVersion>10.10.2</ProPluginVersion>
 | 
			
		||||
		<DefaultVersion>10.10.3</DefaultVersion>
 | 
			
		||||
		<DefaultVersion>10.10.4</DefaultVersion>
 | 
			
		||||
		<AuthenticationVersion>2.9.29</AuthenticationVersion>
 | 
			
		||||
		<SourceGeneratorVersion>10.9.29</SourceGeneratorVersion>
 | 
			
		||||
		<NET8Version>8.0.18</NET8Version>
 | 
			
		||||
 
 | 
			
		||||
@@ -328,12 +328,13 @@ public abstract class DriverBase : AsyncDisposableObject, IDriver
 | 
			
		||||
 | 
			
		||||
                if (!DisposedValue)
 | 
			
		||||
                {
 | 
			
		||||
                    // 记录设备线程已停止的信息
 | 
			
		||||
                    LogMessage?.LogInformation(string.Format(AppResource.DeviceTaskStop, DeviceName));
 | 
			
		||||
 | 
			
		||||
                    // 执行资源释放操作
 | 
			
		||||
                    await this.SafeDisposeAsync().ConfigureAwait(false);
 | 
			
		||||
 | 
			
		||||
                    // 记录设备线程已停止的信息
 | 
			
		||||
                    LogMessage?.LogInformation(string.Format(AppResource.DeviceTaskStop, DeviceName));
 | 
			
		||||
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
            catch (Exception ex)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user