MaxNotificationsPerPublish in V2.6.1.422

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

Moderator: uasdknet

Post Reply
msiponen
Jr. Member
Jr. Member
Posts: 1
Joined: 05 Jul 2019, 09:35

MaxNotificationsPerPublish in V2.6.1.422

Post by msiponen »

Hello,

I'm developing a client application where the application is required to create more than 1000 monitored items. Instead of receiving DataChangeNotifications for all monitored items in a single Publish response, it would be preferable to receive 100-200 DataChangeNotifications per Publish response to give the client more time to process these messages. However, changing the value of a Subscription object's MaxNotificationsPerPublish on the client seems to have no effect. I also tried to edit the server application's Configuration Schema XML file's MaxNotificationsPerPublish value, but it had no effect either.

What should I do to limit the number of DataChangeNotifications per Publish response?

BR,

Matti

Post Reply