Replies: 1 comment
-
Yes that make sense. Now i remember that also was part of the original plan, but either there is undocumented code somewhere or we just forgot it in the meantime.... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've recently ported a somewhat complex code base from the old
opcua
library toasyncua
, and while it definitely feels way better now, there's one itchy point that doesn't feel completely right: subscriptions still work with callbacks. This forces me to pass certain callbacks through a couple of APIs until I can attach it to theSubHandler
.I'm by no means a specialist, but I think it could be possible to
await
some coroutine method onSubscription
. I think reducing callback complexity is one of the main reasons for the wholeasyncio
shebang.Would that make sense? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions