web3swift icon indicating copy to clipboard operation
web3swift copied to clipboard

Will web3 and eth have circle reference issues?

Open vincentiss opened this issue 3 years ago • 0 comments
trafficstars

class web3{

    var ethInstance: web3.Eth?
    ....
   
    public class Eth: TransactionOptionsInheritable {
        ...
        public init(provider prov: Web3Provider, web3 web3instance: web3) {
            provider = prov
            web3 = web3instance
        }
    }

I didn't see the release of web3 in 'debug memory graph'.

vincentiss avatar Aug 01 '22 10:08 vincentiss