File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/client Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 2525import org .bouncycastle .jce .provider .BouncyCastleProvider ;
2626import org .eclipse .milo .opcua .sdk .client .OpcUaClient ;
2727import org .eclipse .milo .opcua .stack .client .security .DefaultClientCertificateValidator ;
28- import org .eclipse .milo .opcua .stack .core .Stack ;
2928import org .eclipse .milo .opcua .stack .core .security .DefaultTrustListManager ;
3029import org .eclipse .milo .opcua .stack .core .types .builtin .LocalizedText ;
3130import org .slf4j .Logger ;
@@ -113,7 +112,6 @@ public void run() {
113112
114113 try {
115114 client .disconnect ().get ();
116- Stack .releaseSharedResources ();
117115 } catch (final InterruptedException | ExecutionException e ) {
118116 Thread .currentThread ().interrupt ();
119117 logger .warn ("Error disconnecting: " , e );
You can’t perform that action at this time.
0 commit comments