!iWusolgBmhtSRRYDov:gitter.im

aio-libs

846 Members
https://github.com/aio-libs The set of asyncio-based libraries built with high quality5 Servers

Load older messages


SenderMessageTime
16 Nov 2023
@jangrewe-5448d6bcdb8155e6700cdc4d:gitter.imjangrewe (Jan Grewe)okay, "autoping=False, heartbeat=5, receive_timeout=6" and handling PONG messages, a disconnect at least throws an error, so that's something. with "autoping=True, heartbeat=5, receive_timeout=6" does nothing, though15:50:51
@jangrewe-5448d6bcdb8155e6700cdc4d:gitter.imjangrewe (Jan Grewe)it's like once autoping is True, aiohttp handles the messages, but there's no way to act on it - and it itself also does nothing15:51:55
@jangrewe-5448d6bcdb8155e6700cdc4d:gitter.imjangrewe (Jan Grewe) i've settled on heartbeat=5, timeout=6, receive_timeout=6 and then catch the TimeoutErrror exception, that works well enough. 16:54:15
19 Nov 2023
@webknjaz:matrix.org@webknjaz 🇺🇦 #StandWithUkraine | https://stand-with-ukraine.pp.ua | #russiaIsANaziStateSegfaults? Is there an issue describing that? 01:45:45
@h-vetinari:matrix.orgh-vetinari There's no issue AFAIK, probably because there already was a PR at the time the segfault started surfacing more prominently 04:56:14
22 Nov 2023
@jacobcoffee-605511666da0373984715846:gitter.imJacobCoffee joined the room.18:49:18
@jacobcoffee-605511666da0373984715846:gitter.imJacobCoffeeIs there a roadmap on the 1.5.0 stable release (mainly for SQLA 2.0)?18:55:15
@jacobcoffee-605511666da0373984715846:gitter.imJacobCoffee changed their display name from JacobCoffee (Jacob Coffee) to JacobCoffee.18:55:36
@jacobcoffee-605511666da0373984715846:gitter.imJacobCoffee changed their profile picture.18:55:56
@agronholm-58ef83f0d73408ce4f5824c3:gitter.imagronholm (Alex Grönholm)
In reply to @jacobcoffee-605511666da0373984715846:gitter.im
Is there a roadmap on the 1.5.0 stable release (mainly for SQLA 2.0)?
v1.5.0 of what project?
21:38:14
27 Nov 2023
@emersonveenstra-5589b9a215522ed4b3e28828:gitter.im@emersonveenstra-5589b9a215522ed4b3e28828:gitter.im left the room.17:42:32
28 Nov 2023
@webknjaz:matrix.org@webknjaz 🇺🇦 #StandWithUkraine | https://stand-with-ukraine.pp.ua | #russiaIsANaziStateI released yarl recently, with packaging and maintenance updates. I'll be switching my attention to multidict more soon.03:34:50
@jacobcoffee-605511666da0373984715846:gitter.imJacobCoffee
In reply to @agronholm-58ef83f0d73408ce4f5824c3:gitter.im
v1.5.0 of what project?

ahh sorry, I didn't read close enough :)

aiopg

15:14:11
@agronholm-58ef83f0d73408ce4f5824c3:gitter.imagronholm (Alex Grönholm)I think asyncpg is the one you really want to use15:21:19
@wbarnha:gitter.imWilliam BarnhartHey Alex, cheers for the ongoing progress with APScheduler v4 🙂15:57:42
@wbarnha:gitter.imWilliam BarnhartI should've chimed in on this weeks ago, but I'm currently in the process of getting PyPi access from the original maintainer of kafka-python. I understand aiokafka has moved away from using kafka-python as a dependency. If I manage to decouple kafka-python as an inidividual project/org with regular releases, would there be interest in using its message protocol definitions again? The reason I'm asking is because I'm trying to evaluate if it's worth adding formal support for Kafka Protocol v3.0.0 in kafka-python, despite the majority of the community AFAIK moving to use confluent-kafka or aiokafka for their Python projects.15:59:48
@wbarnha:gitter.imWilliam BarnhartRedacted or Malformed Event16:00:41
@wbarnha:gitter.imWilliam Barnhart * Long story short, there's been internal discussion on invoking PEP 541 because of the maintainer's inactivity but we're currently trying to act in good faith and reach out a few more times before taking further action.16:00:48
@agronholm-58ef83f0d73408ce4f5824c3:gitter.imagronholm (Alex Grönholm)If you do upgrade the protocol support, it'd be nice to see a sans-io protocol implementation16:26:50
@wbarnha:gitter.imWilliam BarnhartTIL about sans-IO. This is analogous to what I was envisioning for the future of kafka-python16:28:50
@agronholm-58ef83f0d73408ce4f5824c3:gitter.imagronholm (Alex Grönholm)👍️16:36:02
@webknjaz:matrix.org@webknjaz 🇺🇦 #StandWithUkraine | https://stand-with-ukraine.pp.ua | #russiaIsANaziState
In reply to @justintarthur-5a8768c4d73408ce4f8d7d8b:gitter.im
Thanks! Is there a place where 3.9 is being discussed/decided?
GitHub, usually.
17:51:51
@agronholm-58ef83f0d73408ce4f5824c3:gitter.imagronholm (Alex Grönholm)if you want ideas, here is one project I could think of as a potential reference: https://github.com/agronholm/smtpproto/23:06:32
1 Dec 2023
@bdraco:matrix.orgbdraco joined the room.02:26:57
@bdraco:matrix.orgbdraco set a profile picture.02:27:59
2 Dec 2023
@rijenkii:matrix.orgrijenkii joined the room.16:55:00
@rijenkii:matrix.orgrijenkiiHi! I've opened a PR for aiorwlock to lazily evaluate the event loop, instead of requiring it to be there at the moment of creation of the lock: https://github.com/aio-libs/aiorwlock/pull/364 Would appreciate a review and/or some feedback.16:57:30
@webknjaz:matrix.org@webknjaz 🇺🇦 #StandWithUkraine | https://stand-with-ukraine.pp.ua | #russiaIsANaziStateYou'll probably have to reach out to @jettify — he maintains it lazily.20:11:13
4 Dec 2023
@rijenkii:matrix.orgrijenkii jettify (Nikolay Novik): Someone has approved CI workflow on the PR once, it failed. I have added new unit tests, can you run CI again? 15:24:13
@wbarnha:gitter.imWilliam Barnhart * I should've chimed in on this weeks ago, but I'm currently in the process of getting PyPi access from the original maintainer of kafka-python. I understand aiokafka has moved away from using kafka-python as a dependency. If I manage to decouple kafka-python as an inidividual project/org with regular releases, would there be interest in using its message protocol definitions again? The reason I'm asking is because I'm trying to evaluate if it's worth adding formal support for Kafka Protocol v3.0.0 in kafka-python, despite the majority of the community AFAIK moving to use confluent-kafka or aiokafka for their Python projects. Edit: The maintainer with PyPi access just got back to me. We're currently sorting that out.17:03:46

There are no newer messages yet.


Back to Room ListRoom Version: 6