1
0
mirror of https://github.com/FreeOpcUa/opcua-asyncio synced 2025-10-29 17:07:18 +08:00
opcua-asyncio/asyncua
oroulet f3de377a8f
Joey faulkner bugfix/server memory leak (#272)
* implement oroulet changes

* closing_task must be a task not onl run once

* do not catch CancelleError in closing_Task

* make sure we use the correct loop in asyncio binary_server

Co-authored-by: Joey Faulkner <joeymfaulkner@gmail.com>
2020-09-05 19:39:32 +02:00
..
client Stop client acknowledging KeepAliveMessags 2020-08-19 10:57:11 +02:00
common write callbacks and user metadata attaching to server callbacks (#229) 2020-08-25 17:46:21 +02:00
crypto Replace .format strings with f-strings 2020-06-20 09:10:38 +02:00
server Joey faulkner bugfix/server memory leak (#272) 2020-09-05 19:39:32 +02:00
ua add enum type_data_def test 2020-08-11 14:17:59 +02:00
__init__.py removed __all__ definitions 2019-04-21 08:46:35 +02:00
binary_address_space.pickle Test 2020-06-17 12:52:59 +02:00
sync.py Extended sync wrapper to increase compatibility regarding python-opcua 2020-08-11 13:55:03 +02:00
tools.py fix typo in cmd test 2020-08-25 20:37:25 +02:00