This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Asyncify the client #3230
Labels
I4-annoyance
The client behaves within expectations, however this “expected behaviour” itself is at issue.
I7-refactor
Code needs refactoring.
Z4-involved
Can be fixed by an expert coder with good knowledge of the codebase.
Right now the client is synchronous. This is particularly bad for light client requests, which just block the current thread.
Considering the difficulty of doing this, there's no point in tackling this issue before async/await are stable.
The text was updated successfully, but these errors were encountered: