We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa52b1d commit 00a1404Copy full SHA for 00a1404
1 file changed
opcua/server/server.py
@@ -199,14 +199,6 @@ def _renew_registration(self):
199
client.register_server(self)
200
self.iserver.loop.call_later(self._discovery_period, self._renew_registration)
201
202
- def get_client_to_discovery(self, url="opc.tcp://localhost:4840"):
203
- """
204
- Create a client to discovery server and return it
205
206
- client = Client(url)
207
- client.connect()
208
- return client
209
-
210
def allow_remote_admin(self, allow):
211
"""
212
Enable or disable the builtin Admin user from network clients
0 commit comments