Commit a506ca07 authored by Andrew's avatar Andrew

Add list for tracking client asyncio transports

Allows tracking of all asyncio transport objects that are created from connecting clients.
parent 4fbb362e
......@@ -64,6 +64,7 @@ class InternalServer(object):
#importer.import_xml("/home/olivier/python-opcua/schemas/Opc.Ua.NodeSet2.xml")
self.loop = utils.ThreadLoop()
self.asyncio_transports = []
self.subscription_service = SubscriptionService(self.loop, self.aspace)
# create a session to use on server side
......
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