1
0
mirror of https://github.com/FreeOpcUa/opcua-asyncio synced 2025-10-29 17:07:18 +08:00
Commit Graph

10 Commits

Author SHA1 Message Date
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
Fabian Beitler
b2302f93cc Replace .format strings with f-strings
Remove unused import statements
Make code more PEP8 conform
2020-06-20 09:10:38 +02:00
chrisjbremner
4e343f7a47 Await connection lost tasks when stopping internal server (#98)
Await connection lost tasks when stopping internal server
2019-11-24 07:18:59 +01:00
Christian Bergmiller
a3f0d3080a docs, typings, cleanup 2019-05-04 09:55:14 +02:00
Christian Bergmiller
61e06e8d8d fix error handling 2019-04-30 13:50:02 +02:00
Christian Bergmiller
d285f33610 removed __all__ definitions 2019-04-21 08:46:35 +02:00
oroulet
56cf68dfc5 make sure the correct event loop is used in the entire application 2019-02-25 20:07:16 +01:00
oroulet
27b2378e9b add __bool__ to Buffer 2019-02-23 14:43:57 +01:00
oroulet
d33e14834a pylint and yapf in server, fix a few potential bugs 2019-02-23 14:36:57 +01:00
oroulet
c7b1aef877 rename opcua-asyncua 2019-02-23 11:47:12 +01:00