Skip to content

A few RPC refactorings

Nick Mathewson requested to merge nickm/arti:rpc_refactoring_v2 into main

This branch refactors the Update sink out of the RPC context, and uses a single mpsc channel for all responses to ensure that they are well ordered.

(I've got more WIPs here, but this seemed like a good amount to pass over so there would be something to review on Monday.)

Closes #824 (closed). Closes #817 (closed)

Merge request reports