Giter Site home page Giter Site logo

Server Breaks atexit about python-opcua HOT 4 CLOSED

freeopcua avatar freeopcua commented on July 21, 2024
Server Breaks atexit

from python-opcua.

Comments (4)

oroulet avatar oroulet commented on July 21, 2024

http://www.scriptscoop.net/t/eaa2345e173f/windows-why-cant-i-catch-sigint-when-asyncio-event-loop-is-running.html

Ja it seems asyncio has an issue with atexit. It is supposed to be fixed
with python 3.5. Can you check?

On Fri, Dec 11, 2015, 07:01 Andrew [email protected] wrote:

I'm not sure if this is a bug, or I don't understand how the atexit module
works

If you register atexit functions in a program that uses the opc ua server,
the atexit functions never get called Perhaps it's actually an issue with
asycnio?


Reply to this email directly or view it on GitHub
#69.

from python-opcua.

zerox1212 avatar zerox1212 commented on July 21, 2024

Interesting. I will try to test it this week and update this issue.

from python-opcua.

zerox1212 avatar zerox1212 commented on July 21, 2024

I tested this behavior in Python 3.5 and the same problem occurs.

The only way atexit will be called is if server.stop() is called first. It certainly is strange because even

raise SystemExit

is ignored.

It isn't a huge problem, it just ruins my plan to dump a backup of the address space whenever the program exits. Now I will have to make a more custom solution.

from python-opcua.

oroulet avatar oroulet commented on July 21, 2024

why not using try: xxx finally: server.stop()?
This is what I use all the time and it is much cleaner than the atexit stuff anyway

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.