serai/tests
Luke Parker 56fd11ab8d
Use a single long-lived RPC connection when authenticated
The prior system spawned a new connection per request to enable parallelism,
yet kept hitting hyper::IncompleteMessages I couldn't track down. This
attempts to resolve those by a long-lived socket.

Halves the amount of requests per-authenticated RPC call, and accordingly is
likely still better overall.

I don't believe this is resolved yet but this is still worth pushing.
2023-11-07 17:42:19 -05:00
..
coordinator Add dedicated BatchSignId 2023-11-06 20:06:36 -05:00
docker Add initial coordinator e2e tests 2023-08-01 19:00:48 -04:00
full-stack Use a single long-lived RPC connection when authenticated 2023-11-07 17:42:19 -05:00
message-queue dockertest 0.4 (#406) 2023-10-23 06:59:38 -04:00
no-std Remove unused dependencies 2023-11-04 19:26:38 -04:00
processor Use a single long-lived RPC connection when authenticated 2023-11-07 17:42:19 -05:00
reproducible-runtime dockertest 0.4 (#406) 2023-10-23 06:59:38 -04:00