Commit abb445a0 authored by ORD's avatar ORD

Merge pull request #75 from FreeOpcUa/dev

implement filtering in server side find_servers
parents 3db3b0f6 3d1b3ab1
......@@ -347,7 +347,7 @@ class Client(object):
params.RequestedPublishingInterval = period
params.RequestedLifetimeCount = 3000
params.RequestedMaxKeepAliveCount = 10000
params.MaxNotificationsPerPublish = 4294967295
params.MaxNotificationsPerPublish = 10000
params.PublishingEnabled = True
params.Priority = 0
return Subscription(self.bclient, params, handler)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment