serai/common
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
..
db Database Macro (#408) 2023-11-05 09:47:24 -05:00
env Add msrv definitions to common and crypto 2023-08-02 14:17:57 -04:00
request Use a single long-lived RPC connection when authenticated 2023-11-07 17:42:19 -05:00
std-shims Correct std feature-flagging 2023-10-31 07:44:02 -04:00
zalloc Correct std feature-flagging 2023-10-31 07:44:02 -04:00