1
0
mirror of https://github.com/FreeOpcUa/opcua-asyncio synced 2025-10-29 17:07:18 +08:00
opcua-asyncio/asyncua/server
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
..
standard_address_space added missing {} and regenerate 2020-06-17 12:52:59 +02:00
__init__.py removed __all__ definitions 2019-04-21 08:46:35 +02:00
address_space.py Make sure all inverse refereneces are removed on node deletion 2020-08-22 16:12:31 +02:00
binary_server_asyncio.py Joey faulkner bugfix/server memory leak (#272) 2020-09-05 19:39:32 +02:00
event_generator.py Replace .format strings with f-strings 2020-06-20 09:10:38 +02:00
history_sql.py Replace .format strings with f-strings 2020-06-20 09:10:38 +02:00
history.py Replace .format strings with f-strings 2020-06-20 09:10:38 +02:00
internal_server.py write callbacks and user metadata attaching to server callbacks (#229) 2020-08-25 17:46:21 +02:00
internal_session.py accidentally wrote PostWrite instead of PreWrite 2020-09-02 10:11:20 +02:00
internal_subscription.py Replace .format strings with f-strings 2020-06-20 09:10:38 +02:00
monitored_item_service.py Replace .format strings with f-strings 2020-06-20 09:10:38 +02:00
server.py add first simple tests for data_type_definitions 2020-08-11 14:17:59 +02:00
subscription_service.py Allow for asynchronous subscription callbacks 2020-05-09 21:02:28 +02:00
uaprocessor.py Don't return AccessDenied on FindServers requests 2020-07-17 14:20:57 +02:00
user_managers.py User management with certificates (#209) 2020-06-11 11:33:51 +02:00
users.py User management with certificates (#209) 2020-06-11 11:33:51 +02:00