Cole Maclean

Results 21 comments of Cole Maclean

Probably not unless someone is interested in contributing it. I'd accept a PR for documentation of how it works.

Oh nice, at least it's consistent on 3.11.2. Can you try the current main branch? I've made a change that fixes it for me.

I'm still not sure how exactly that race condition is happening, but I did remove some `__del__` logic in 3.0 on the protocol that seems to have caused it to...

Not right now, but it does look _very_ similar to SMTP. Possible we could add it in future. If you want to try to get together a PR, that might...

`client.is_connected` should always be a boolean, and `client.connect()` shouldn't hang. Any idea what it's hanging on? You can avoid the whole problem by using the [send coroutine](https://aiosmtplib.readthedocs.io/en/latest/usage.html) and creating a...

It's just a simple way to avoid a lot of error states from server timeouts, etc. I wonder if there is an internal lock in the library that's getting stuck,...

Thanks, I wasn't familiar with the PROXY protocol, will take a look.