massa
massa copied to clipboard
Support mono threaded client in Massa SDK
Actually(testnet17), massa-sdk
we use json http-client
which is built on top of hyper
which relies heavily on tokio
.
We should have the choice to have a single threaded http client.
cc @BatiGencho
@aoudiamoncef I suggest you have a look at tungstenite-rs and see what it uses under the hood as it is a good lib for ws that we could make use of. It is single threaded and works well with various game clients etc.
@AurelienFT
With adoption of gRPC, we already have a complete gRPC rust client generated out of the box. It could be easily used in massa-client directly.
IMHO massa-sdk ... will be removed