Skip to content
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

upgrade to anyio 3.x #33

Merged
merged 5 commits into from
Apr 15, 2022
Merged

upgrade to anyio 3.x #33

merged 5 commits into from
Apr 15, 2022

Commits on Apr 15, 2022

  1. upgrade to anyio 3.x

      * drop curio support
      * Server SSL support is disabled for now (there was no test
        coverage anyway)
      * introduce Server.serve_async().  Use of serve() is strongly
        discouraged because it runs a full event loop.
      * update example in README.  Don't encourage passing
        backend='uvloop' to anyio.run(), since it relies on runtime
        patching.
    belm0 committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    995c2b1 View commit details
    Browse the repository at this point in the history
  2. var rename: socket -> stream

    belm0 committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    6fba0c4 View commit details
    Browse the repository at this point in the history
  3. TODO for GRPCStream buffer size

    belm0 committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    8ecdd62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b09b5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62972da View commit details
    Browse the repository at this point in the history