community-of-python / microbootstrap

Bootstrap your microservices in a second!
27 stars 2 forks source link

Let Granian choose event loop to use #26

Closed vrslev closed 4 weeks ago

vrslev commented 4 weeks ago

As @gi0baro pointed out:

if you don't specify that option Granian will use uvloop on supported platforms and asyncio on all the others by default. You just need to drop that line.

codecov[bot] commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Flag Coverage Δ
unittests 98.19% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
microbootstrap/granian_server.py 100.00% <100.00%> (ø)