Skip to content

Migration freeOpcua to opcua-asyncio subscribe_data_change SubHandler method not called after subscription #1617

Closed Answered by lkaupp
lkaupp asked this question in Q&A
Discussion options

You must be logged in to vote

Found the culprit in order to port my code from freeopcua to opcua-asyncio, the while pass loop prevented asyncio to retrieve any events. Just use: #1618 (comment)
to wait for events instead of a traditional while true pass loop.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lkaupp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant