We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6052edb commit ccb76afCopy full SHA for ccb76af
1 file changed
src/extensions/BootstrapBlazor.OpcDa/OpcDaServer.cs
@@ -4,7 +4,6 @@
4
5
using Opc;
6
using Opc.Da;
7
-using System.Collections.Concurrent;
8
using System.Runtime.Versioning;
9
10
namespace BootstrapBlazor.OpcDa;
@@ -16,7 +15,6 @@ namespace BootstrapBlazor.OpcDa;
16
15
sealed class OpcDaServer : IOpcDaServer
17
{
18
private Opc.Da.Server? _server = null;
19
- private readonly ConcurrentDictionary<string, HashSet<OpcReadItem>> _valuesCache = [];
20
21
/// <summary>
22
/// 获得 OPC Server 名称
0 commit comments