MaxPublishCount stopping processing?

Questions regarding the use of the .NET SDK 2.0 for Server or Client development or integration into customer products ...

Moderator: uasdknet

Post Reply
greggw
Sr. Member
Sr. Member
Posts: 11
Joined: 08 Oct 2013, 20:46

MaxPublishCount stopping processing?

Post by greggw »

With trace enabled, I am seeing

UnifiedAutomation.Client: [Info] Good(P=12168, T=27): SendPublish=False because there are too many requests outstanding. MaxPublishCount=8, RequestCount=194
UnifiedAutomation.Client: [Info] Good(P=12168, T=21): SendPublish=False because there are too many requests outstanding. MaxPublishCount=8, RequestCount=194
UnifiedAutomation.Client: [Info] Good(P=12168, T=14): SendPublish=False because there are too many requests outstanding. MaxPublishCount=8, RequestCount=193
UnifiedAutomation.Client: [Info] Good(P=12168, T=20): SendPublish=False because there are too many requests outstanding. MaxPublishCount=8, RequestCount=193

I don't understand where MaxPublishCount is, and how it relates to control of the application which I have created. What is this apparent limit and how do I not run up against it?

Post Reply