Closed sfackler closed 5 months ago
Async endpoints borrowed from &self implicitly, which is not what we want here.
&self
==COMMIT_MSG== AsyncService must return 'static endpoints. ==COMMIT_MSG==
AsyncService
'static
Before this PR
Async endpoints borrowed from
&self
implicitly, which is not what we want here.After this PR
==COMMIT_MSG==
AsyncService
must return'static
endpoints. ==COMMIT_MSG==