Effect CommunityEC
Effect Community6mo ago
4 replies
Patrick Roza

Suggestion for RPC Middleware: Using `provides: Context` Instead of `provides: Context.Tag`

for RPC middleware, did you guys think about creating 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
Was this page helpful?