svanas / delphereum

web3 implementation for the Delphi programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hi,guru, would you please addd Proxy in the class of TSgcMempool, thank you.

gneowing opened this issue · comments

In my VPN env, I have to modify the related code ...
image

commented

This is where the proxy gets set/assigned. Or am I missing something?

The URL
https://github.com/svanas/delphereum/blob/master/web3.json.rpc.sgc.websockets.pas#L111-L118
solved the proxy issue for the class of TJsonRpcSgcWebSocket
or function TJsonRpcSgcWebSocket.GetClient(const URL: string; const proxy: TProxy; const Security: TSecurity): TsgcWebSocketClient;

not for the class of TSgcMempool
or
type
TSgcMempool = class(TCustomMempool, IMempool)
strict private
FClient: TsgcWebSocketClient;
function GetClient: TsgcWebSocketClient;

commented

resolved in badf32e