google / tarpc

An RPC framework for Rust with a focus on ease of use.
MIT License
3.09k stars 189 forks source link

Associated data with client #419

Open stevefan1999-personal opened 5 months ago

stevefan1999-personal commented 5 months ago

Stemming from #418, I think we need to think about how to let the server has extra data context with the client elegantly, just like actix!