-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement asyncio receivers #134
base: 🐟
Are you sure you want to change the base?
Conversation
bb006af
to
36bdb1c
Compare
Codecov Report
@@ Coverage Diff @@
## master #134 +/- ##
==========================================
+ Coverage 94.23% 94.81% +0.58%
==========================================
Files 15 15
Lines 1508 1561 +53
Branches 226 230 +4
==========================================
+ Hits 1421 1480 +59
+ Misses 62 54 -8
- Partials 25 27 +2
Continue to review full report at Codecov.
|
c455f82
to
851c5d6
Compare
b43ae9c
to
69203d5
Compare
Also remove PyPy as I don't think a newer version is available on Travis that isn't also really really slow.
cc98d19
to
480cbe8
Compare
bde9d85
to
466e91c
Compare
929bbff
to
813b00f
Compare
There's quite a bit that needs doing here but I get the feeling that upstream is a bit dead right now. Might put some time into reviving it if I can but until that this PR is stalled. |
Initial support for asyncio based receivers (using aiosmtpd)
_deliver
needs to run outside of the event loop