Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server wants to send publish answer but no publish request is available #1774

Open
MasterBoyd opened this issue Jan 17, 2025 · 1 comment
Open

Comments

@MasterBoyd
Copy link

Issue:

  • When a client creates a subscription to my server, deletes it, waits ~60 seconds, and tries to create it again, the server gets stuck in an infinite loop of trying to publish an answer.
  • If the client immediately tries to create the subscription again or within ~60 seconds, its able to without issue.
  • Is there some advice of what could be going wrong here?

Server Console:
Monitored Item
Node NodeId(Identifier=UUID('000103e9-3001-0001-0000-000000000000'), NamespaceIndex=2, NodeIdType=<NodeIdType.Guid: 4>) was created
INFO:asyncua.server.uaprocessor:Server wants to send publish answer but no publish request is available,enqueuing publish results callback, length of queue is 1
INFO:asyncua.server.uaprocessor:Server wants to send publish answer but no publish request is available,enqueuing publish results callback, length of queue is 1
INFO:asyncua.server.uaprocessor:Server wants to send publish answer but no publish request is available,enqueuing publish results callback, length of queue is 1
INFO:asyncua.server.uaprocessor:Server wants to send publish answer but no publish request is available,enqueuing publish results callback, length of queue is 1
...
continues until I kill the server....

@AndreasHeine
Copy link
Member

AndreasHeine commented Jan 20, 2025

what is the client?

edit:
some general infos on subscriptions
https://www.linkedin.com/pulse/brief-introduction-opc-ua-subscriptions-andreas-heine-3pc6e/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants