Closed vytas7 closed 2 months ago
Note that I still need to revise the wording of our WebSocket docs, hence Draft (for now).
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
87e0454
) to head (db2c3c4
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I'm waiting for this to exit draft. let me know if I should review before then
Thanks @CaselIT , I haven't had much time to work on this, there are a couple of items remaining. Code-wise (not tests) I am not planning any more changes, so time permitting you could take a look at that part. Documentation is ready too I think.
I need to add more tests, and morph newsfragments.
@CaselIT maybe this PR is still not perfect (nothing is), but it is IMHO ready for review!
max_receive_queue == 0
case.test_asgi_servers.py
that exercise themax_receive_queue == 0
case, and catches an error from the webserver'sOSError
uponsend()
.Closes #2292.