You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why
===
There are a bunch of needless LSP errors because we do
`rpc_method_handler(servicer.Foo, ...)`, where `Foo` returns
`ResponseType | Awaitable[ResponseType]`. These types are a little
convoluted, but it makes it possible to use grpc-generated "servicer"
as-is.
What changed
============
Add synchronous response types for river server handlers
Test plan
=========
I manually patched these methods in production codebases and everything
typechecks.
0 commit comments