Skip to content
Discussion options

You must be logged in to vote

i was able to detect the dead publish task and recover with:

if not client.uaclient._publish_task or client.uaclient._publish_task.done():
      print('detected dead publish task, rebuilding...')
      subscription = await client.create_subscription(params, handler)
      await subscription.subscribe_data_change(node, queuesize=0, sampling_interval=-1)

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@jeffective
Comment options

@schroeder-
Comment options

@jeffective
Comment options

Comment options

You must be logged in to vote
1 reply
@jeffective
Comment options

Answer selected by jeffective
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants