dave2wave commented on issue #247: URL: https://github.com/apache/tooling-trusted-releases/issues/247#issuecomment-3684284878
Have a look at https://github.com/apache/tooling-agenda/blob/main/server.py#L26-L47 ``` import uvloop # install uvloop to avoid issue with SSL + hypercorn # see: https://github.com/pgjones/hypercorn/issues/261 uvloop.install() ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
