In this post, we will see how to resolve Type definition for property names of function returning void Question: I’m currently writing a small RPC library for a project I’m working on. To ensure some level of correctness I’m using ...
In this post, we will see how to resolve How to integrate RabbitMQ RPC into FastApi properly Question: I am improving my FastAPI project. One of the methods needs to run a heavy computational task on another machine. Due to ...
In this post, we will see how to resolve How to decode an ETH contract output hex as string? Question: When I make an eth_call to the Usdt smart contract on Eth MainNet, I get a 96-byte hex output. I ...
Question: I’m considering switching to gRPC. But I can’t find any information on the behavior of gRPC on startup of the server. What will happen to an gRPC call if the server is not started jet? And what are the ...
Question: I’m working with win32com library and try to save mail i’ve just created. I use .CreateItem() function to create mail instance and try to save it using mail.Save() Unfortunately i get this exception (-2147023174, 'The RPC server is unavailable.', ...