Giter Club home page Giter Club logo

Comments (2)

jk987 avatar jk987 commented on June 26, 2024

To be more precise, "hangs" means "stops doing anything and I have to kill the process", or does it mean "after one seconds it throws exception"? I suppose it is more likely the second option.

I even think that the problem is already in root.get_child() than in node.get_value().
(But it doesn't matter because both ends at BinaryClient.send_request.)
I also think that BinaryClient (or UASocketClient) doesn't parse response to this request until it is completely finished with previous response. But the previous response is not finished because the callback is waiting for get_child/get_value...

What to do with this?

My idea is that _receive() will put responses to some queue and that there will be the second thread getting items from queue and calling callbacks. This might solve the problem (and perhaps bring new problems).

from python-opcua.

oroulet avatar oroulet commented on June 26, 2024

This is behaviour by design. Added info in code and example. bc7fa41

from python-opcua.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.