|
|
@@ -1108,7 +1108,7 @@ namespace YSAI.Opc.ua.client
|
|
|
AC.ApplicationName = basics.Name;
|
|
|
AC.ApplicationType = ApplicationType.Client;
|
|
|
AC.CertificateValidator = certificateValidator;
|
|
|
- AC.ServerConfiguration=new ServerConfiguration
|
|
|
+ AC.ServerConfiguration = new ServerConfiguration
|
|
|
{
|
|
|
MaxSubscriptionCount = int.MaxValue,
|
|
|
MaxMessageQueueSize = int.MaxValue,
|
|
|
@@ -1142,7 +1142,7 @@ namespace YSAI.Opc.ua.client
|
|
|
//当从服务器到达一个存活状态或检测到一个错误时将被引发
|
|
|
clientSession.KeepAlive += new KeepAliveEventHandler(Session_KeepAlive);
|
|
|
|
|
|
-
|
|
|
+
|
|
|
//当队列为空,初始化队列
|
|
|
if (DataQueue == null)
|
|
|
{
|