Giter Club home page Giter Club logo

Comments (5)

miguelgrinberg avatar miguelgrinberg commented on July 3, 2024 1

@dpgeorge Sure. While I was debugging this yesterday I came up with a fix as well, so I have created a PR: micropython/micropython#7365.

from micropython-async.

peterhinch avatar peterhinch commented on July 3, 2024

Given that microdot claims to support MicroPython, perhaps you'd be better off raising an issue there. It's not a package I've used. Is it possible that they haven't yet tested against the new uasyncio?

from micropython-async.

miguelgrinberg avatar miguelgrinberg commented on July 3, 2024

@peterhinch Yeah, we've been discussing this issue with @dubaleeiro earlier today and it was my theory that this was a bug in uasyncio.

I just spent some time debugging it and found it to be a race condition in the server creation code for uasyncio. You can't basically call server.wait_closed() too soon after calling create_server(). Sometimes you may get lucky and everything works, other times, wait_closed() tries to access attributes of the server object that haven't been created yet.

I have now added a workaround on my side. Sorry for the trouble!

from micropython-async.

peterhinch avatar peterhinch commented on July 3, 2024

If you have found a bug in uasyncio please create a simple test case and raise an issue against it on GitHub MicroPython where @dpgeorge will doubtless address it.

from micropython-async.

dpgeorge avatar dpgeorge commented on July 3, 2024

You can't basically call server.wait_closed() too soon after calling create_server(). Sometimes you may get lucky and everything works, other times, wait_closed() tries to access attributes of the server object that haven't been created yet.

That does sound like a bug in uasyncio, which should probably be fixed.

from micropython-async.

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.