Suggestion for RPC Middleware: Using `provides: Context` Instead of `provides: Context.Tag`
for RPC middleware, did you guys think about creating
this way you can eliminate 1 or more services at a time, instead of at most 1 at a time.
I suppose one could also support both.
seems useful especially for wrap
provides: Context.Context (well, provides: NEA<Context.Tag>) not provides: Context.Tag,this way you can eliminate 1 or more services at a time, instead of at most 1 at a time.
I suppose one could also support both.
seems useful especially for wrap
