Coder Social home page Coder Social logo

Comments (4)

Dreamsorcerer avatar Dreamsorcerer commented on May 20, 2024

loop.run_forever can be run all the time

This seems to me like you're messing with low-level APIs from asyncio without understanding them. You're also running them in a thread, which seems like an bad idea. I'd suggest rewriting your application to work with the high-level API, so the entry point of your program should be asyncio.run().

from aiohttp.

Dreamsorcerer avatar Dreamsorcerer commented on May 20, 2024

Seems like it's probably not an issue with aiohttp, so without further info I'll close this.

from aiohttp.

xldistance avatar xldistance commented on May 20, 2024

Seems like it's probably not an issue with aiohttp, so without further info I'll close this.

You can be sure it's an aiohttp problem.

from aiohttp.

Dreamsorcerer avatar Dreamsorcerer commented on May 20, 2024

Then provide a simple reproducer that makes it clear why this is a problem with aiohttp. The code you have provided is too complex and messes with low-level asyncio APIs while mixing it threading. There are far too many (odd, bad practice etc.) things going on in that code to isolate any issue within aiohttp.

i.e. Reproduce this issue without using the threading module, with the entrypoint of your application using asyncio.run() and not using any of the low-level asyncio APIs. If you can only reproduce it without meeting these conditions, then you should know enough about low-level asyncio to provide a clear description of exactly what the problem is. If you don't know enough to be able to do that, then it's very likely a problem with your code.

from aiohttp.

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.